Get Cross Account Attachment Result
data class GetCrossAccountAttachmentResult(val attachmentArn: String? = null, val name: String? = null, val principals: List<String>? = null, val resources: List<CrossAccountAttachmentResource>? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the attachment.
Link copied to clipboard
Principals to share the resources with.
Link copied to clipboard
Resources shared using the attachment.
Link copied to clipboard
Add tags for a cross-account attachment. For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide .