Amazon IoT SiteWise · JSON Structure

Iot Sitewise Describe Default Encryption Configuration Response Structure

DescribeDefaultEncryptionConfigurationResponse schema

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

DescribeDefaultEncryptionConfigurationResponse 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-describe-default-encryption-configuration-response-structure.json",
  "name": "DescribeDefaultEncryptionConfigurationResponse",
  "description": "DescribeDefaultEncryptionConfigurationResponse 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 customer managed 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's an error, it also contains the <code>ErrorDetails</code>."
        }
      ]
    }
  },
  "required": [
    "encryptionType",
    "configurationStatus"
  ]
}