cloudtrail_list_tags {paws.management} | R Documentation |
Lists the tags for the specified trails, event data stores, or channels in the current Region
Description
Lists the tags for the specified trails, event data stores, or channels in the current Region.
See https://www.paws-r-sdk.com/docs/cloudtrail_list_tags/ for full documentation.
Usage
cloudtrail_list_tags(ResourceIdList, NextToken = NULL)
Arguments
ResourceIdList |
[required] Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs. Example trail ARN format:
Example event data store ARN format:
Example channel ARN format:
|
NextToken |
Reserved for future use. |
[Package paws.management version 0.7.0 Index]