interface AcceleratorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.GlobalAccelerator.AcceleratorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsglobalaccelerator#AcceleratorReference |
Java | software.amazon.awscdk.interfaces.globalaccelerator.AcceleratorReference |
Python | aws_cdk.interfaces.aws_globalaccelerator.AcceleratorReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_globalaccelerator } from 'aws-cdk-lib/interfaces';
const acceleratorReference: interfaces_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.

.NET
Go
Java
Python
TypeScript