Amazon CloudTrail · Example Payload

Cloudtrail Create Trail Response Example

CloudTrailAuditComplianceGovernanceSecurity

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

Top-level fields

NameS3BucketNameTrailARNIsMultiRegionTrailLogFileValidationEnabled

Example Payload

Raw ↑
{
  "Name": "example-resource",
  "S3BucketName": "example-resource",
  "TrailARN": "arn:aws:::example/abc12345",
  "IsMultiRegionTrail": true,
  "LogFileValidationEnabled": true
}