Uses of Interface
software.amazon.awscdk.services.events.IConnection
Package
Description
Amazon EventBridge Construct Library
Tasks for AWS Step Functions
-
Uses of IConnection in software.amazon.awscdk.services.events
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIConnection
.Modifier and TypeClassDescriptionclass
Define an EventBridge Connection.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IConnection
Connection.fromConnectionAttributes
(software.constructs.Construct scope, String id, ConnectionAttributes attrs) Import an existing connection resource.static IConnection
Connection.fromEventBusArn
(software.constructs.Construct scope, String id, String connectionArn, String connectionSecretArn) Import an existing connection resource.ApiDestination.getConnection()
The Connection to associate with Api Destination.ApiDestinationAttributes.getConnection()
The Connection to associate with the Api Destination.final IConnection
ApiDestinationAttributes.Jsii$Proxy.getConnection()
ApiDestinationProps.getConnection()
The ARN of the connection to use for the API destination.final IConnection
ApiDestinationProps.Jsii$Proxy.getConnection()
Modifier and TypeMethodDescriptionApiDestination.Builder.connection
(IConnection connection) The ARN of the connection to use for the API destination.ApiDestinationAttributes.Builder.connection
(IConnection connection) Sets the value ofApiDestinationAttributes.getConnection()
ApiDestinationProps.Builder.connection
(IConnection connection) Sets the value ofApiDestinationProps.getConnection()
-
Uses of IConnection in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionHttpInvokeProps.getConnection()
The EventBridge Connection to use for authentication.final IConnection
HttpInvokeProps.Jsii$Proxy.getConnection()
Modifier and TypeMethodDescriptionHttpInvoke.Builder.connection
(IConnection connection) The EventBridge Connection to use for authentication.HttpInvokeProps.Builder.connection
(IConnection connection) Sets the value ofHttpInvokeProps.getConnection()