Uses of Interface
software.amazon.awscdk.services.globalaccelerator.IAccelerator
Packages that use IAccelerator
Package
Description
AWS::GlobalAccelerator Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
-
Uses of IAccelerator in software.amazon.awscdk.services.globalaccelerator
Subinterfaces of IAccelerator in software.amazon.awscdk.services.globalacceleratorModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccelerator.Classes in software.amazon.awscdk.services.globalaccelerator that implement IAcceleratorModifier and TypeClassDescriptionclassThe Accelerator construct.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.globalaccelerator that return IAcceleratorModifier and TypeMethodDescriptionstatic IAcceleratorAccelerator.fromAcceleratorAttributes(software.constructs.Construct scope, String id, AcceleratorAttributes attrs) import from attributes.ListenerProps.getAccelerator()The accelerator for this listener.final IAcceleratorListenerProps.Jsii$Proxy.getAccelerator()Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type IAcceleratorModifier and TypeMethodDescriptionListener.Builder.accelerator(IAccelerator accelerator) The accelerator for this listener.ListenerProps.Builder.accelerator(IAccelerator accelerator) Sets the value ofListenerProps.getAccelerator() -
Uses of IAccelerator in software.amazon.awscdk.services.route53.targets
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type IAcceleratorModifierConstructorDescriptionGlobalAcceleratorTarget(IAccelerator accelerator) Create an Alias Target for a Global Accelerator instance.GlobalAcceleratorTarget(IAccelerator accelerator, IAliasRecordTargetProps props) Create an Alias Target for a Global Accelerator instance.