interface AcceleratorProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GlobalAccelerator.AcceleratorProps |
Java | software.amazon.awscdk.services.globalaccelerator.AcceleratorProps |
Python | aws_cdk.aws_globalaccelerator.AcceleratorProps |
TypeScript (source) | @aws-cdk/aws-globalaccelerator » AcceleratorProps |
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 * as globalaccelerator from '@aws-cdk/aws-globalaccelerator';
const acceleratorProps: globalaccelerator.AcceleratorProps = {
acceleratorName: 'acceleratorName',
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
accelerator | string | The name of the accelerator. |
enabled? | boolean | Indicates whether the accelerator is enabled. |
acceleratorName?
Type:
string
(optional, default: resource ID)
The name of the accelerator.
enabled?
Type:
boolean
(optional, default: true)
Indicates whether the accelerator is enabled.