CrossAccountAttachmentReference
- class aws_cdk.aws_globalaccelerator.CrossAccountAttachmentReference(*, attachment_arn)
Bases:
object
A reference to a CrossAccountAttachment resource.
- Parameters:
attachment_arn (
str
) – The AttachmentArn of the CrossAccountAttachment resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_globalaccelerator as globalaccelerator cross_account_attachment_reference = globalaccelerator.CrossAccountAttachmentReference( attachment_arn="attachmentArn" )
Attributes
- attachment_arn
The AttachmentArn of the CrossAccountAttachment resource.