@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:33.846Z")
public interface AcceleratorProps
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 java.lang.String |
getAcceleratorName()
The name of the accelerator.
|
default java.lang.Boolean |
getEnabled()
Indicates whether the accelerator is enabled.
|
default java.lang.String getAcceleratorName()
Default: - resource ID
default java.lang.Boolean getEnabled()
Default: true
static AcceleratorProps.Builder builder()
AcceleratorProps.Builder
of AcceleratorProps