Amazon CloudTrail · JSON Structure

Cloudtrail Create Trail Response Structure

CreateTrailResponse schema

Type: object Properties: 5
CloudTrailAuditComplianceGovernanceSecurity

CreateTrailResponse is a JSON Structure definition published by Amazon CloudTrail, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name S3BucketName TrailARN IsMultiRegionTrail LogFileValidationEnabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudtrail/refs/heads/main/json-structure/cloudtrail-create-trail-response-structure.json",
  "name": "CreateTrailResponse",
  "description": "CreateTrailResponse schema",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "S3BucketName": {
      "type": "string"
    },
    "TrailARN": {
      "type": "string"
    },
    "IsMultiRegionTrail": {
      "type": "boolean"
    },
    "LogFileValidationEnabled": {
      "type": "boolean"
    }
  }
}