Disassociates a resource from a list of tags
Source:R/codedeploy_operations.R
codedeploy_untag_resource.RdDisassociates 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.
Arguments
- ResourceArn
[required] The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the
TagKeysinput parameter.- TagKeys
[required] A list of keys of
Tagobjects. TheTagobjects identified by the keys are disassociated from the resource specified by theResourceArninput parameter.