Uses of Interface
software.amazon.awscdk.services.events.IApiDestinationRef
Packages that use IApiDestinationRef
-
Uses of IApiDestinationRef in software.amazon.awscdk.services.events
Subinterfaces of IApiDestinationRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApiDestinationRef
.Classes in software.amazon.awscdk.services.events that implement IApiDestinationRefModifier and TypeClassDescriptionclass
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IApiDestinationRefModifier and TypeMethodDescriptionstatic IApiDestinationRef
CfnApiDestination.fromApiDestinationArn
(software.constructs.Construct scope, String id, String arn) Creates a new IApiDestinationRef from an ARN.static IApiDestinationRef
CfnApiDestination.fromApiDestinationName
(software.constructs.Construct scope, String id, String apiDestinationName) Creates a new IApiDestinationRef from a apiDestinationName.