Interface AcceleratorProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AcceleratorProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:45.495Z")
@Stability(Stable)
public interface AcceleratorProps
extends software.amazon.jsii.JsiiSerializable
Construct properties of the Accelerator.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAcceleratorPropsstatic final classAn implementation forAcceleratorProps -
Method Summary
Modifier and TypeMethodDescriptionstatic AcceleratorProps.Builderbuilder()default StringThe name of the accelerator.default BooleanIndicates whether the accelerator is enabled.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcceleratorName
The name of the accelerator.Default: - resource ID
-
getEnabled
Indicates whether the accelerator is enabled.Default: true
-
builder
- Returns:
- a
AcceleratorProps.BuilderofAcceleratorProps
-