interface AcceleratorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GlobalAccelerator.AcceleratorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#AcceleratorReference |
![]() | software.amazon.awscdk.services.globalaccelerator.AcceleratorReference |
![]() | aws_cdk.aws_globalaccelerator.AcceleratorReference |
![]() | aws-cdk-lib » aws_globalaccelerator » AcceleratorReference |
A reference to a Accelerator resource.
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 acceleratorReference: globalaccelerator.AcceleratorReference = {
acceleratorArn: 'acceleratorArn',
};
Properties
Name | Type | Description |
---|---|---|
accelerator | string | The AcceleratorArn of the Accelerator resource. |
acceleratorArn
Type:
string
The AcceleratorArn of the Accelerator resource.