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