View source: R/cloudtrail_operations.R
cloudtrail_add_tags | R Documentation |
Adds one or more tags to a trail, event data store, or channel, up to a limit of 50. Overwrites an existing tag's value when a new value is specified for an existing tag key. Tag key names must be unique; you cannot have two keys with the same name but different values. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail or event data store that applies to all Amazon Web Services Regions only from the Region in which the trail or event data store was created (also known as its home Region).
See https://www.paws-r-sdk.com/docs/cloudtrail_add_tags/ for full documentation.
cloudtrail_add_tags(ResourceId, TagsList)
ResourceId |
[required] Specifies the ARN of the trail, event data store, or channel to which one or more tags will be added. The format of a trail ARN is:
The format of an event data store ARN is:
The format of a channel ARN is:
|
TagsList |
[required] Contains a list of tags, up to a limit of 50 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.