@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.750Z") @Stability(value=Stable) public interface CfnAcceleratorProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.globalaccelerator.*;
CfnAcceleratorProps cfnAcceleratorProps = CfnAcceleratorProps.builder()
.name("name")
// the properties below are optional
.enabled(false)
.ipAddresses(List.of("ipAddresses"))
.ipAddressType("ipAddressType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAcceleratorProps.Builder
A builder for
CfnAcceleratorProps |
static class |
CfnAcceleratorProps.Jsii$Proxy
An implementation for
CfnAcceleratorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAcceleratorProps.Builder |
builder() |
default Object |
getEnabled()
`AWS::GlobalAccelerator::Accelerator.Enabled`.
|
default List<String> |
getIpAddresses()
`AWS::GlobalAccelerator::Accelerator.IpAddresses`.
|
default String |
getIpAddressType()
`AWS::GlobalAccelerator::Accelerator.IpAddressType`.
|
String |
getName()
`AWS::GlobalAccelerator::Accelerator.Name`.
|
default List<CfnTag> |
getTags()
`AWS::GlobalAccelerator::Accelerator.Tags`.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default List<String> getIpAddresses()
@Stability(value=Stable) @Nullable default String getIpAddressType()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnAcceleratorProps.Builder builder()
CfnAcceleratorProps.Builder of CfnAcceleratorPropsCopyright © 2021. All rights reserved.