Amazon Ground Station · JSON Structure

Ground Station Kms Key Structure

AWS Key Management Service (KMS) Key.

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

kmsAliasArn kmsKeyArn

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-ground-station/refs/heads/main/json-structure/ground-station-kms-key-structure.json",
  "name": "KmsKey",
  "description": "AWS Key Management Service (KMS) Key.",
  "type": "object",
  "properties": {
    "kmsAliasArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyAliasArn"
        },
        {
          "description": "KMS Alias Arn."
        }
      ]
    },
    "kmsKeyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyArn"
        },
        {
          "description": "KMS Key Arn."
        }
      ]
    }
  }
}