CrossAccountAttachmentArgs

data class CrossAccountAttachmentArgs(val name: Output<String>? = null, val principals: Output<List<String>>? = null, val resources: Output<List<CrossAccountAttachmentResourceArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CrossAccountAttachmentArgs>

Resource Type definition for AWS::GlobalAccelerator::CrossAccountAttachment

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, principals: Output<List<String>>? = null, resources: Output<List<CrossAccountAttachmentResourceArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The Friendly identifier of the attachment.

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

Principals to share the resources with.

Link copied to clipboard

Resources shared using the attachment.

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

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

Functions

Link copied to clipboard
open override fun toJava(): CrossAccountAttachmentArgs