globalaccelerator_update_cross_account_attachment: Update a cross-account attachment to add or remove principals...

View source: R/globalaccelerator_operations.R

globalaccelerator_update_cross_account_attachmentR Documentation

Update a cross-account attachment to add or remove principals or resources

Description

Update a cross-account attachment to add or remove principals or resources. When you update an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator revokes the permission for specific resources.

See https://www.paws-r-sdk.com/docs/globalaccelerator_update_cross_account_attachment/ for full documentation.

Usage

globalaccelerator_update_cross_account_attachment(
  AttachmentArn,
  Name = NULL,
  AddPrincipals = NULL,
  RemovePrincipals = NULL,
  AddResources = NULL,
  RemoveResources = NULL
)

Arguments

AttachmentArn

[required] The Amazon Resource Name (ARN) of the cross-account attachment to update.

Name

The name of the cross-account attachment.

AddPrincipals

The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

RemovePrincipals

The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

AddResources

The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

To add more than one resource, separate the resource ARNs with commas.

RemoveResources

The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

To remove more than one resource, separate the resource ARNs with commas.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.