| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EndpointConfigurationProps
(experimental) Properties to create EndpointConfiguration.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointConfigurationOptions.Jsii$Proxy
An implementation for
EndpointConfigurationOptions |
static class |
EndpointConfigurationProps.Jsii$Proxy
An implementation for
EndpointConfigurationProps |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfigurationOptions |
EndpointConfigurationOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration |
EndpointGroup.addEc2Instance(String id,
Ec2Instance instance,
EndpointConfigurationOptions props)
(experimental) Add an EC2 Instance as an endpoint in this endpoint group.
|
EndpointConfiguration |
EndpointGroup.addElasticIpAddress(String id,
ElasticIpAddress eip,
EndpointConfigurationOptions props)
(experimental) Add an EIP as an endpoint in this endpoint group.
|
EndpointConfiguration |
EndpointGroup.addEndpoint(String id,
String endpointId,
EndpointConfigurationOptions props)
(experimental) Add an endpoint.
|
EndpointConfiguration |
EndpointGroup.addLoadBalancer(String id,
LoadBalancer lb,
EndpointConfigurationOptions props)
(experimental) Add an Elastic Load Balancer as an endpoint in this endpoint group.
|
Copyright © 2021. All rights reserved.