Uses of Interface
software.amazon.awscdk.services.events.IEndpointRef
Packages that use IEndpointRef
-
Uses of IEndpointRef in software.amazon.awscdk.services.events
Subinterfaces of IEndpointRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEndpointRef.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.static final classA proxy class which represents a concrete javascript instance of this type.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.