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