| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| software.amazon.awscdk.services.route53.targets |
Route53 Alias Record Targets for the CDK Route53 Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAccelerator.Jsii$Default
Internal default implementation for
IAccelerator. |
| Modifier and Type | Class and Description |
|---|---|
class |
Accelerator
(experimental) The Accelerator construct.
|
static class |
IAccelerator.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAccelerator |
Accelerator.fromAcceleratorAttributes(software.constructs.Construct scope,
String id,
AcceleratorAttributes attrs)
(experimental) import from attributes.
|
IAccelerator |
ListenerProps.getAccelerator()
(experimental) The accelerator for this listener.
|
IAccelerator |
ListenerProps.Jsii$Proxy.getAccelerator() |
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.accelerator(IAccelerator accelerator)
(experimental) The accelerator for this listener.
|
ListenerProps.Builder |
ListenerProps.Builder.accelerator(IAccelerator accelerator)
Sets the value of
ListenerProps.getAccelerator() |
| Constructor and Description |
|---|
Jsii$Proxy(IAccelerator accelerator,
List<? extends PortRange> portRanges,
ClientAffinity clientAffinity,
String listenerName,
ConnectionProtocol protocol)
Constructor that initializes the object based on literal property values passed by the
ListenerProps.Builder. |
| Constructor and Description |
|---|
GlobalAcceleratorTarget(IAccelerator accelerator)
(experimental) Create an Alias Target for a Global Accelerator instance.
|
Copyright © 2021. All rights reserved.