Uses of Interface
software.amazon.awscdk.interfaces.events.IEndpointRef
Packages that use IEndpointRef
Package
Description
Amazon EventBridge Construct Library
-
Uses of IEndpointRef in software.amazon.awscdk.interfaces.events
Subinterfaces of IEndpointRef in software.amazon.awscdk.interfaces.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEndpointRef.Classes in software.amazon.awscdk.interfaces.events that implement IEndpointRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IEndpointRef in software.amazon.awscdk.services.events
Classes in software.amazon.awscdk.services.events that implement IEndpointRefModifier and TypeClassDescriptionclassA global endpoint used to improve your application's availability by making it regional-fault tolerant.Methods in software.amazon.awscdk.services.events that return IEndpointRefModifier and TypeMethodDescriptionstatic IEndpointRefCfnEndpoint.fromEndpointArn(software.constructs.Construct scope, String id, String arn) Creates a new IEndpointRef from an ARN.static IEndpointRefCfnEndpoint.fromEndpointName(software.constructs.Construct scope, String id, String endpointName) Creates a new IEndpointRef from a endpointName.