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