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 interfaceInternal default implementation forIConnection.Classes in software.amazon.awscdk.services.events that implement IConnectionModifier and TypeClassDescriptionclassDefine an EventBridge Connection.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IConnectionModifier and TypeMethodDescriptionstatic IConnectionConnection.fromConnectionAttributes(software.constructs.Construct scope, String id, ConnectionAttributes attrs) Import an existing connection resource.static IConnectionConnection.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. -
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 IConnectionHttpInvokeJsonataProps.Jsii$Proxy.getConnection()HttpInvokeJsonPathProps.getConnection()The EventBridge Connection to use for authentication.final IConnectionHttpInvokeJsonPathProps.Jsii$Proxy.getConnection()HttpInvokeProps.getConnection()The EventBridge Connection to use for authentication.final IConnectionHttpInvokeProps.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()