Uses of Interface
software.amazon.awscdk.services.events.IConnection
Packages that use IConnection
Package
Description
Amazon EventBridge Construct Library
Tasks for AWS Step Functions
-
Uses of IConnection in software.amazon.awscdk.services.events
Subinterfaces of IConnection in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIConnection
.Classes in software.amazon.awscdk.services.events that implement IConnectionModifier and TypeClassDescriptionclass
Define an EventBridge Connection.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IConnectionModifier 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()
Methods in software.amazon.awscdk.services.events with parameters of type IConnectionModifier 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
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IConnectionModifier and TypeMethodDescriptionHttpInvokeJsonataProps.getConnection()
The EventBridge Connection to use for authentication.final IConnection
HttpInvokeJsonataProps.Jsii$Proxy.getConnection()
HttpInvokeJsonPathProps.getConnection()
The EventBridge Connection to use for authentication.final IConnection
HttpInvokeJsonPathProps.Jsii$Proxy.getConnection()
HttpInvokeProps.getConnection()
The EventBridge Connection to use for authentication.final IConnection
HttpInvokeProps.Jsii$Proxy.getConnection()
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IConnectionModifier and TypeMethodDescriptionHttpInvoke.Builder.connection
(IConnection connection) The EventBridge Connection to use for authentication.HttpInvokeJsonataProps.Builder.connection
(IConnection connection) Sets the value ofHttpInvokeJsonataProps.getConnection()
HttpInvokeJsonPathProps.Builder.connection
(IConnection connection) Sets the value ofHttpInvokeJsonPathProps.getConnection()
HttpInvokeProps.Builder.connection
(IConnection connection) Sets the value ofHttpInvokeProps.getConnection()