Skip to content

Instantly share code, notes, and snippets.

@sudheerchamarthi
Created May 3, 2019 17:54
Show Gist options
  • Select an option

  • Save sudheerchamarthi/b6c868ec54ccd1e5b6fda02b4628ba96 to your computer and use it in GitHub Desktop.

Select an option

Save sudheerchamarthi/b6c868ec54ccd1e5b6fda02b4628ba96 to your computer and use it in GitHub Desktop.
{
"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"CloudTrail": {
"Type": "AWS::CloudTrail::Trail",
"Properties": {
"EnableLogFileValidation": "True",
"IncludeGlobalServiceEvents": "True",
"IsLogging": "True",
"IsMultiRegionTrail": "True",
"S3BucketName": "caa-cross-account-logs",
"S3KeyPrefix": "Cloudtrail",
"TrailName": "caa-trail"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment