Amazon CloudTrail · JSON Structure

Cloudtrail Describe Trails Response Structure

DescribeTrailsResponse schema

Type: object Properties: 1
CloudTrailAuditComplianceGovernanceSecurity

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

Properties

trailList

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-describe-trails-response-structure.json",
  "name": "DescribeTrailsResponse",
  "description": "DescribeTrailsResponse schema",
  "type": "object",
  "properties": {
    "trailList": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string"
          },
          "S3BucketName": {
            "type": "string"
          },
          "TrailARN": {
            "type": "string"
          },
          "HomeRegion": {
            "type": "string"
          },
          "IsMultiRegionTrail": {
            "type": "boolean"
          },
          "LogFileValidationEnabled": {
            "type": "boolean"
          },
          "HasCustomEventSelectors": {
            "type": "boolean"
          }
        }
      }
    }
  }
}