aws-cdk-lib.aws_globalaccelerator.AcceleratorAttributes

interface AcceleratorAttributes

LanguageType name
.NETAmazon.CDK.AWS.GlobalAccelerator.AcceleratorAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#AcceleratorAttributes
Javasoftware.amazon.awscdk.services.globalaccelerator.AcceleratorAttributes
Pythonaws_cdk.aws_globalaccelerator.AcceleratorAttributes
TypeScript (source)aws-cdk-lib » aws_globalaccelerator » AcceleratorAttributes

Attributes required to import an existing accelerator to the stack.

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 acceleratorAttributes: globalaccelerator.AcceleratorAttributes = {
  acceleratorArn: 'acceleratorArn',
  dnsName: 'dnsName',
};

Properties

NameTypeDescription
acceleratorArnstringThe ARN of the accelerator.
dnsNamestringThe DNS name of the accelerator.

acceleratorArn

Type: string

The ARN of the accelerator.


dnsName

Type: string

The DNS name of the accelerator.