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
Subinterfaces of IApiDestinationRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptioninterfaceInterface for API Destinations.static interfaceInternal default implementation forIApiDestination.Classes in software.amazon.awscdk.services.events that implement IApiDestinationRefModifier and TypeClassDescriptionclassDefine an EventBridge Api Destination.classCreates an API destination, which is an HTTP invocation endpoint configured as a target for events.static final classA proxy class which represents a concrete javascript instance of this type.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.Methods in software.amazon.awscdk.services.events with parameters of type IApiDestinationRefModifier and TypeMethodDescriptionstatic StringCfnApiDestination.arnForApiDestination(IApiDestinationRef resource)