v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Sets the default encryption configuration for the Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in the <i>IoT SiteWise User Guide</i>.

post/configuration/account/encryption

Request body

encryptionType'SITEWISE_DEFAULT_ENCRYPTION' | 'KMS_BASED_ENCRYPTION' required

The type of encryption used for the encryption configuration.

kmsKeyIdstring

The Key ID of the customer managed key used for KMS encryption. This is required if you use <code>KMS_BASED_ENCRYPTION</code>.

Response

Success

encryptionType'SITEWISE_DEFAULT_ENCRYPTION' | 'KMS_BASED_ENCRYPTION' required

The type of encryption used for the encryption configuration.

kmsKeyArnstring

The Key ARN of the KMS key used for KMS encryption if you use <code>KMS_BASED_ENCRYPTION</code>.