Amazon CloudTrail · JSON Structure

Cloudtrail Create Event Data Store Response Structure

CreateEventDataStoreResponse schema

Type: object Properties: 5
CloudTrailAuditComplianceGovernanceSecurity

CreateEventDataStoreResponse 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

EventDataStoreArn Name Status RetentionPeriod CreatedTimestamp

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-event-data-store-response-structure.json",
  "name": "CreateEventDataStoreResponse",
  "description": "CreateEventDataStoreResponse schema",
  "type": "object",
  "properties": {
    "EventDataStoreArn": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "RetentionPeriod": {
      "type": "int32"
    },
    "CreatedTimestamp": {
      "type": "datetime"
    }
  }
}