Iot Sitewise Put Default Encryption Configuration Response Structure
PutDefaultEncryptionConfigurationResponse schema
Type: objectProperties: 3Required: 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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.