interface AcceleratorAttributes
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GlobalAccelerator.AcceleratorAttributes |
![]() | software.amazon.awscdk.services.globalaccelerator.AcceleratorAttributes |
![]() | aws_cdk.aws_globalaccelerator.AcceleratorAttributes |
![]() | @aws-cdk/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 * as globalaccelerator from '@aws-cdk/aws-globalaccelerator';
const acceleratorAttributes: globalaccelerator.AcceleratorAttributes = {
acceleratorArn: 'acceleratorArn',
dnsName: 'dnsName',
};
Properties
Name | Type | Description |
---|---|---|
accelerator | string | The ARN of the accelerator. |
dns | string | The DNS name of the accelerator. |
acceleratorArn
Type:
string
The ARN of the accelerator.
dnsName
Type:
string
The DNS name of the accelerator.