@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.498Z") @Stability(value=Stable) public interface AcceleratorProps 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.*;
AcceleratorProps acceleratorProps = AcceleratorProps.builder()
.acceleratorName("acceleratorName")
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AcceleratorProps.Builder
A builder for
AcceleratorProps |
static class |
AcceleratorProps.Jsii$Proxy
An implementation for
AcceleratorProps |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorProps.Builder |
builder() |
default String |
getAcceleratorName()
The name of the accelerator.
|
default Boolean |
getEnabled()
Indicates whether the accelerator is enabled.
|
@Stability(value=Stable) @Nullable default String getAcceleratorName()
Default: - resource ID
@Stability(value=Stable) @Nullable default Boolean getEnabled()
Default: true
@Stability(value=Stable) static AcceleratorProps.Builder builder()
AcceleratorProps.Builder of AcceleratorPropsCopyright © 2022. All rights reserved.