Skip to content

Untag Resource

globalaccelerator_untag_resource 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.

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

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.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)