aws-cdk-lib.aws_globalaccelerator.AcceleratorProps

interface AcceleratorProps

LanguageType name
.NETAmazon.CDK.AWS.GlobalAccelerator.AcceleratorProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#AcceleratorProps
Javasoftware.amazon.awscdk.services.globalaccelerator.AcceleratorProps
Pythonaws_cdk.aws_globalaccelerator.AcceleratorProps
TypeScript (source)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

NameTypeDescription
acceleratorName?stringThe name of the accelerator.
enabled?booleanIndicates 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.