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
Classes in software.amazon.awscdk.services.events that implement IConnectionRefMethods 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.