aws-cdk-lib.aws_globalaccelerator.AcceleratorProps
interface AcceleratorProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GlobalAccelerator.AcceleratorProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#AcceleratorProps |
![]() | software.amazon.awscdk.services.globalaccelerator.AcceleratorProps |
![]() | aws_cdk.aws_globalaccelerator.AcceleratorProps |
![]() | aws-cdk-lib » 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 { aws_globalaccelerator as globalaccelerator } from 'aws-cdk-lib';
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.