cloudtrail_remove_tags: Removes the specified tags from a trail
Description
Removes the specified tags from a trail.
Usage
cloudtrail_remove_tags(ResourceId, TagsList)
Arguments
ResourceId
[required] Specifies the ARN of the trail from which tags should be removed. The
format of a trail ARN is:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
TagsList
Specifies a list of tags to be removed.
Request syntax
svc$remove_tags(
ResourceId = "string",
TagsList = list(
list(
Key = "string",
Value = "string"
)
)
)