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