Amazon OpenSearch Service API · JSON Structure

Openapi Encryption At Rest Options Structure

Specifies the Encryption At Rest Options.

Type: object Properties: 2
AnalyticsElasticsearchSearch

EncryptionAtRestOptions is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled KmsKeyId

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-opensearch/refs/heads/main/json-structure/openapi-encryption-at-rest-options-structure.json",
  "name": "EncryptionAtRestOptions",
  "description": "Specifies the Encryption At Rest Options.",
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Specifies the option to enable Encryption At Rest."
        }
      ]
    },
    "KmsKeyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KmsKeyId"
        },
        {
          "description": " Specifies the KMS Key ID for Encryption At Rest options."
        }
      ]
    }
  }
}