Description Usage Arguments Value Request syntax
View source: R/cloudtrail_operations.R
Returns settings information for a specified trail.
1 | cloudtrail_get_trail(Name)
|
Name |
[required] The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | list(
Trail = list(
Name = "string",
S3BucketName = "string",
S3KeyPrefix = "string",
SnsTopicName = "string",
SnsTopicARN = "string",
IncludeGlobalServiceEvents = TRUE|FALSE,
IsMultiRegionTrail = TRUE|FALSE,
HomeRegion = "string",
TrailARN = "string",
LogFileValidationEnabled = TRUE|FALSE,
CloudWatchLogsLogGroupArn = "string",
CloudWatchLogsRoleArn = "string",
KmsKeyId = "string",
HasCustomEventSelectors = TRUE|FALSE,
HasInsightSelectors = TRUE|FALSE,
IsOrganizationTrail = TRUE|FALSE
)
)
|
1 2 3 | svc$get_trail(
Name = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.