Amazon IoT SiteWise · JSON Structure

Iot Sitewise Put Default Encryption Configuration Response Structure

PutDefaultEncryptionConfigurationResponse schema

Type: object Properties: 3 Required: 2
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

encryptionType kmsKeyArn configurationStatus

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-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-put-default-encryption-configuration-response-structure.json",
  "name": "PutDefaultEncryptionConfigurationResponse",
  "description": "PutDefaultEncryptionConfigurationResponse schema",
  "type": "object",
  "properties": {
    "encryptionType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EncryptionType"
        },
        {
          "description": "The type of encryption used for the encryption configuration."
        }
      ]
    },
    "kmsKeyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The Key ARN of the KMS key used for KMS encryption if you use <code>KMS_BASED_ENCRYPTION</code>."
        }
      ]
    },
    "configurationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationStatus"
        },
        {
          "description": "The status of the account configuration. This contains the <code>ConfigurationState</code>. If there is an error, it also contains the <code>ErrorDetails</code>."
        }
      ]
    }
  },
  "required": [
    "encryptionType",
    "configurationStatus"
  ]
}