Amazon CloudTrail · Schema

CreateEventDataStoreResponse

CreateEventDataStoreResponse schema

CloudTrailAuditComplianceGovernanceSecurity

Properties

Name Type Description
EventDataStoreArn string
Name string
Status string
RetentionPeriod integer
CreatedTimestamp string
View JSON Schema on GitHub

JSON Schema

cloudtrail-create-event-data-store-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudtrail/refs/heads/main/json-schema/cloudtrail-create-event-data-store-response-schema.json",
  "title": "CreateEventDataStoreResponse",
  "description": "CreateEventDataStoreResponse schema",
  "type": "object",
  "properties": {
    "EventDataStoreArn": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "RetentionPeriod": {
      "type": "integer"
    },
    "CreatedTimestamp": {
      "type": "string",
      "format": "date-time"
    }
  }
}