Cross Account Attachment Args
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
Properties
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 .