billingconductor_untag_resource {paws.cost.management}R Documentation

Deletes specified tags from a resource

Description

Deletes specified tags from a resource.

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

Usage

billingconductor_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to which to delete tags.

TagKeys

[required] The tags to delete from the resource as a list of key-value pairs.


[Package paws.cost.management version 0.7.0 Index]