Skip to content

Delete Cross Account Attachment

globalaccelerator_delete_cross_account_attachment R Documentation

Delete a cross-account attachment

Description

Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission to use the resources in the attachment from all principals in the list of principals. Global Accelerator revokes the permission for specific resources.

For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.

Usage

globalaccelerator_delete_cross_account_attachment(AttachmentArn)

Arguments

AttachmentArn

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

Value

An empty list.

Request syntax

svc$delete_cross_account_attachment(
  AttachmentArn = "string"
)