Uses of Class
software.amazon.awscdk.services.events.CfnConnection.Builder
Packages that use CfnConnection.Builder
-
Uses of CfnConnection.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnConnection.BuilderModifier and TypeMethodDescriptionCfnConnection.Builder.authorizationType(String authorizationType) The type of authorization to use for the connection.CfnConnection.Builder.authParameters(IResolvable authParameters) The authorization parameters to use to authorize with the endpoint.CfnConnection.Builder.authParameters(CfnConnection.AuthParametersProperty authParameters) The authorization parameters to use to authorize with the endpoint.static CfnConnection.BuilderCfnConnection.Builder.description(String description) A description for the connection to create.CfnConnection.Builder.invocationConnectivityParameters(IResolvable invocationConnectivityParameters) For connections to private APIs, the parameters to use for invoking the API.CfnConnection.Builder.invocationConnectivityParameters(CfnConnection.InvocationConnectivityParametersProperty invocationConnectivityParameters) For connections to private APIs, the parameters to use for invoking the API.CfnConnection.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) The name for the connection to create.