Sha256: bcadf125293d7bc3461908d3476ad7e0a06ee38d5df81a6a503fbac52de000c6

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

AWS::CloudTrail::Trail:
  Properties: 
    CloudWatchLogsLogGroupArn: "\"arn:xxxx\""
    CloudWatchLogsRoleArn: "\"arn:xxx\""
    EnableLogFileValidation: true
    IncludeGlobalServiceEvents: true
    IsLogging: true
    IsMultiRegionTrail: true
    KMSKeyId: "\"kms-key-id\""
    S3BucketName: "\"bucket-name\""
    S3KeyPrefix: "\"prefix-name\""
    SnsTopicName: "\"sns-topic-name\""
    Tags: |
      [
        {
          "Key" => "tag-key",
          "Value" => "tag-value"
        }
      ]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/CloudTrail/Trail.yaml