GetCrossAccountAttachmentResult

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)

Constructors

Link copied to clipboard
constructor(attachmentArn: String? = null, name: String? = null, principals: List<String>? = null, resources: List<CrossAccountAttachmentResource>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentArn: String? = null

The Amazon Resource Name (ARN) of the attachment.

Link copied to clipboard
val name: String? = null

The Friendly identifier of the attachment.

Link copied to clipboard
val principals: List<String>? = null

Principals to share the resources with.

Link copied to clipboard

Resources shared using the attachment.

Link copied to clipboard
val tags: List<Tag>? = null

Add tags for a cross-account attachment. For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide .