Description Usage Arguments Value Request syntax
View source: R/cloudtrail_operations.R
Lists the tags for the trail in the current region.
1 | cloudtrail_list_tags(ResourceIdList, NextToken)
|
ResourceIdList |
[required] Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:
|
NextToken |
Reserved for future use. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
1 2 3 4 5 6 | svc$list_tags(
ResourceIdList = list(
"string"
),
NextToken = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.