cloudtrail_remove_tags: Removes the specified tags from a trail, event data store, or...

View source: R/cloudtrail_operations.R

cloudtrail_remove_tagsR Documentation

Removes the specified tags from a trail, event data store, or channel

Description

Removes the specified tags from a trail, event data store, or channel.

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

Usage

cloudtrail_remove_tags(ResourceId, TagsList)

Arguments

ResourceId

[required] Specifies the ARN of the trail, event data store, or channel from which tags should be removed.

Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Example event data store ARN format: ⁠arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE⁠

Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

TagsList

[required] Specifies a list of tags to be removed.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.