Learn R Programming

paws.networking (version 0.5.0)

globalaccelerator_create_cross_account_attachment: Create a cross-account attachment in Global Accelerator

Description

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.

Usage

globalaccelerator_create_cross_account_attachment(
  Name,
  Principals = NULL,
  Resources = NULL,
  IdempotencyToken,
  Tags = NULL
)

Arguments

Name

[required] The name of the cross-account attachment.

Principals

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.

Resources

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.

IdempotencyToken

[required] A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

Tags

Create tags for cross-account attachment.

For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.