Uses of Interface
software.amazon.awscdk.interfaces.globalaccelerator.IAcceleratorRef
Packages that use IAcceleratorRef
Package
Description
AWS::GlobalAccelerator Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
-
Uses of IAcceleratorRef in software.amazon.awscdk.interfaces.globalaccelerator
Subinterfaces of IAcceleratorRef in software.amazon.awscdk.interfaces.globalacceleratorModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAcceleratorRef.Classes in software.amazon.awscdk.interfaces.globalaccelerator that implement IAcceleratorRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAcceleratorRef in software.amazon.awscdk.services.globalaccelerator
Subinterfaces of IAcceleratorRef in software.amazon.awscdk.services.globalacceleratorModifier and TypeInterfaceDescriptioninterfaceThe interface of the Accelerator.static interfaceInternal default implementation forIAccelerator.Classes in software.amazon.awscdk.services.globalaccelerator that implement IAcceleratorRefModifier and TypeClassDescriptionclassThe Accelerator construct.classTheAWS::GlobalAccelerator::Acceleratorresource is a Global Accelerator resource type that contains information about how you create an accelerator.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.globalaccelerator that return IAcceleratorRefModifier and TypeMethodDescriptionListenerProps.getAccelerator()The accelerator for this listener.final IAcceleratorRefListenerProps.Jsii$Proxy.getAccelerator()Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type IAcceleratorRefModifier and TypeMethodDescriptionListener.Builder.accelerator(IAcceleratorRef accelerator) The accelerator for this listener.ListenerProps.Builder.accelerator(IAcceleratorRef accelerator) Sets the value ofListenerProps.getAccelerator()CfnListener.Builder.acceleratorArn(IAcceleratorRef acceleratorArn) The Amazon Resource Name (ARN) of your accelerator.CfnListenerProps.Builder.acceleratorArn(IAcceleratorRef acceleratorArn) Sets the value ofCfnListenerProps.getAcceleratorArn()static StringCfnAccelerator.arnForAccelerator(IAcceleratorRef resource) -
Uses of IAcceleratorRef in software.amazon.awscdk.services.route53.targets
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type IAcceleratorRefModifierConstructorDescriptionGlobalAcceleratorTarget(IAcceleratorRef accelerator) Create an Alias Target for a Global Accelerator instance.GlobalAcceleratorTarget(IAcceleratorRef accelerator, IAliasRecordTargetProps props) Create an Alias Target for a Global Accelerator instance.