| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
EndpointGroup.Builder.build() |
EndpointGroup |
EndpointConfigurationProps.getEndpointGroup()
(experimental) The endopoint group reesource.
|
EndpointGroup |
EndpointConfigurationProps.Jsii$Proxy.getEndpointGroup() |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.endpointGroup(EndpointGroup endpointGroup)
(experimental) The endopoint group reesource.
|
EndpointConfigurationProps.Builder |
EndpointConfigurationProps.Builder.endpointGroup(EndpointGroup endpointGroup)
Sets the value of
EndpointConfigurationProps.getEndpointGroup() |
static ISecurityGroup |
AcceleratorSecurityGroup.fromVpc(Construct scope,
String id,
IVpc vpc,
EndpointGroup endpointGroup)
(experimental) Lookup the Global Accelerator security group at CloudFormation deployment time.
|
| Constructor and Description |
|---|
Jsii$Proxy(EndpointGroup endpointGroup,
String endpointId,
Boolean clientIpReservation,
Number weight)
Constructor that initializes the object based on literal property values passed by the
EndpointConfigurationProps.Builder. |
Copyright © 2021. All rights reserved.