Amazon HealthOmics · JSON Structure

Healthomics Sse Config Structure

Server-side encryption (SSE) settings for a store.

Type: object Properties: 2 Required: 1
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

type keyArn

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-healthomics/refs/heads/main/json-schema/healthomics-sse-config-schema.json",
  "name": "SseConfig",
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EncryptionType"
        },
        {
          "description": "The encryption type."
        }
      ]
    },
    "keyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SseConfigKeyArnString"
        },
        {
          "description": "An encryption key ARN."
        }
      ]
    }
  },
  "description": "Server-side encryption (SSE) settings for a store."
}