organizations_untag_resource {paws.management}R Documentation

Removes any tags with the specified keys from the specified resource

Description

Removes any tags with the specified keys from the specified resource.

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

Usage

organizations_untag_resource(ResourceId, TagKeys)

Arguments

ResourceId

[required] The ID of the resource to remove a tag from.

You can specify any of the following taggable resources.

  • Amazon Web Services account – specify the account ID number.

  • Organizational unit – specify the OU ID that begins with ⁠ou-⁠ and looks similar to: ⁠ou-1a2b-34uvwxyz ⁠

  • Root – specify the root ID that begins with ⁠r-⁠ and looks similar to: ⁠r-1a2b ⁠

  • Policy – specify the policy ID that begins with ⁠p-⁠ andlooks similar to: ⁠p-12abcdefg3 ⁠

TagKeys

[required] The list of keys for tags to remove from the specified resource.


[Package paws.management version 0.7.0 Index]