Amazon CloudTrail · JSON Structure

Cloudtrail Create Trail Request Structure

CreateTrailRequest schema

Type: object Properties: 7 Required: 2
CloudTrailAuditComplianceGovernanceSecurity

CreateTrailRequest is a JSON Structure definition published by Amazon CloudTrail, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name S3BucketName S3KeyPrefix IsMultiRegionTrail EnableLogFileValidation CloudWatchLogsLogGroupArn CloudWatchLogsRoleArn

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-request-structure.json",
  "name": "CreateTrailRequest",
  "description": "CreateTrailRequest schema",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the trail."
    },
    "S3BucketName": {
      "type": "string",
      "description": "The name of the S3 bucket for log file delivery."
    },
    "S3KeyPrefix": {
      "type": "string",
      "description": "The S3 key prefix for log file delivery."
    },
    "IsMultiRegionTrail": {
      "type": "boolean",
      "description": "Whether the trail is created in all regions."
    },
    "EnableLogFileValidation": {
      "type": "boolean",
      "description": "Whether log file integrity validation is enabled."
    },
    "CloudWatchLogsLogGroupArn": {
      "type": "string",
      "description": "The ARN of the CloudWatch Logs log group."
    },
    "CloudWatchLogsRoleArn": {
      "type": "string",
      "description": "The role ARN for CloudWatch Logs delivery."
    }
  },
  "required": [
    "Name",
    "S3BucketName"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/cloudtrail-create-trail-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.