Uses of Interface
software.amazon.awscdk.services.events.IConnectionRef
Packages that use IConnectionRef
-
Uses of IConnectionRef in software.amazon.awscdk.services.events
Subinterfaces of IConnectionRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIConnectionRef
.Classes in software.amazon.awscdk.services.events that implement IConnectionRefModifier and TypeClassDescriptionclass
Creates a 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 IConnectionRefModifier and TypeMethodDescriptionstatic IConnectionRef
CfnConnection.fromConnectionArn
(software.constructs.Construct scope, String id, String arn) Creates a new IConnectionRef from an ARN.static IConnectionRef
CfnConnection.fromConnectionName
(software.constructs.Construct scope, String id, String connectionName) Creates a new IConnectionRef from a connectionName.