codedeploy_untag_resource: Disassociates a resource from a list of tags

View source: R/codedeploy_operations.R

codedeploy_untag_resourceR Documentation

Disassociates a resource from a list of tags

Description

Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identified by the list of keys in the TagKeys input parameter.

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

Usage

codedeploy_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys input parameter.

TagKeys

[required] A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.