View source: R/globalaccelerator_operations.R
globalaccelerator_create_cross_account_attachment | R Documentation |
Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to work with resources in accelerators in their own account. You specify, in the same attachment, the resources that are shared.
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
)
Name |
[required] The name of the cross-account attachment. |
Principals |
The principals to include in the cross-account attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator. |
Resources |
The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment. A resource can be any supported Amazon Web Services resource type for Global Accelerator or a CIDR range for a bring your own IP address (BYOIP) address pool. |
IdempotencyToken |
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request. |
Tags |
Add tags for a cross-account attachment. For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.