interface CrossAccountAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GlobalAccelerator.CrossAccountAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglobalaccelerator#CrossAccountAttachmentReference |
Java | software.amazon.awscdk.services.globalaccelerator.CrossAccountAttachmentReference |
Python | aws_cdk.aws_globalaccelerator.CrossAccountAttachmentReference |
TypeScript | aws-cdk-lib » aws_globalaccelerator » CrossAccountAttachmentReference |
A reference to a CrossAccountAttachment 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 crossAccountAttachmentReference: globalaccelerator.CrossAccountAttachmentReference = {
attachmentArn: 'attachmentArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| attachment | string | The AttachmentArn of the CrossAccountAttachment resource. |
attachmentArn
Type:
string
The AttachmentArn of the CrossAccountAttachment resource.

.NET
Go
Java
Python
TypeScript