globalaccelerator_untag_resource {paws.networking}R Documentation

Remove tags from a Global Accelerator resource

Description

Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.

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

Usage

globalaccelerator_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

TagKeys

[required] The tag key pairs that you want to remove from the specified resources.


[Package paws.networking version 0.9.0 Index]