Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to add to accelerators in their own account the resources in your account that you also list in the attachment.
See https://www.paws-r-sdk.com/docs/globalaccelerator_create_cross_account_attachment/ for full documentation.
globalaccelerator_create_cross_account_attachment(
Name,
Principals = NULL,
Resources = NULL,
IdempotencyToken,
Tags = NULL
)
[required] The name of the cross-account attachment.
The principals to list in the cross-account attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator.
The Amazon Resource Names (ARNs) for the resources to list in the cross-account attachment. A resource can be any supported Amazon Web Services resource type for Global Accelerator.
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
Create tags for cross-account attachment.
For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.