Uses of Interface
software.amazon.awscdk.interfaces.events.IConnectionRef
Packages that use IConnectionRef
Package
Description
Amazon EventBridge Construct Library
-
Uses of IConnectionRef in software.amazon.awscdk.interfaces.events
Subinterfaces of IConnectionRef in software.amazon.awscdk.interfaces.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConnectionRef.Classes in software.amazon.awscdk.interfaces.events that implement IConnectionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IConnectionRef in software.amazon.awscdk.services.events
Subinterfaces of IConnectionRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptioninterfaceInterface for EventBus Connections.static interfaceInternal default implementation forIConnection.Classes in software.amazon.awscdk.services.events that implement IConnectionRefModifier and TypeClassDescriptionclassCreates a connection.classDefine 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 IConnectionRefModifier and TypeMethodDescriptionstatic IConnectionRefCfnConnection.fromConnectionArn(software.constructs.Construct scope, String id, String arn) Creates a new IConnectionRef from an ARN.static IConnectionRefCfnConnection.fromConnectionName(software.constructs.Construct scope, String id, String connectionName) Creates a new IConnectionRef from a connectionName.ApiDestinationAttributes.getConnection()The Connection to associate with the Api Destination.final IConnectionRefApiDestinationAttributes.Jsii$Proxy.getConnection()ApiDestinationProps.getConnection()The ARN of the connection to use for the API destination.final IConnectionRefApiDestinationProps.Jsii$Proxy.getConnection()Methods in software.amazon.awscdk.services.events with parameters of type IConnectionRefModifier and TypeMethodDescriptionstatic StringCfnConnection.arnForConnection(IConnectionRef resource) ApiDestination.Builder.connection(IConnectionRef connection) The ARN of the connection to use for the API destination.ApiDestinationAttributes.Builder.connection(IConnectionRef connection) Sets the value ofApiDestinationAttributes.getConnection()ApiDestinationProps.Builder.connection(IConnectionRef connection) Sets the value ofApiDestinationProps.getConnection()