Describe Cross Account Attachment
globalaccelerator_describe_cross_account_attachment | R Documentation |
Gets configuration information about a cross-account attachment¶
Description¶
Gets configuration information about a cross-account attachment.
Usage¶
Arguments¶
AttachmentArn
[required] The Amazon Resource Name (ARN) for the cross-account attachment to describe.
Value¶
A list with the following syntax:
list(
CrossAccountAttachment = list(
AttachmentArn = "string",
Name = "string",
Principals = list(
"string"
),
Resources = list(
list(
EndpointId = "string",
Cidr = "string",
Region = "string"
)
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
CreatedTime = as.POSIXct(
"2015-01-01"
)
)
)