Amazon CloudTrail · Example Payload

Cloudtrail Create Trail Request Example

CloudTrailAuditComplianceGovernanceSecurity

Cloudtrail Create Trail Request Example is an example object payload from Amazon CloudTrail, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameS3BucketNameS3KeyPrefixIsMultiRegionTrailEnableLogFileValidationCloudWatchLogsLogGroupArnCloudWatchLogsRoleArn

Example Payload

Raw ↑
{
  "Name": "example-resource",
  "S3BucketName": "example-resource",
  "S3KeyPrefix": "example-value",
  "IsMultiRegionTrail": true,
  "EnableLogFileValidation": true,
  "CloudWatchLogsLogGroupArn": "arn:aws:::example/abc12345",
  "CloudWatchLogsRoleArn": "arn:aws:::example/abc12345"
}