aws.iotsitewise.describe_default_encryption_configuration
Example SQL Queries
SELECT * FROMaws.iotsitewise.describe_default_encryption_configuration;Description
Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| configuration_status The status of the account configuration. This contains the ConfigurationState. If there's an error, it also contains the ErrorDetails. | STRUCT( |
Show child fields
| |
| encryption_type The type of encryption used for the encryption configuration. | VARCHAR |
| kms_key_arn The key ARN of the customer managed key used for KMS encryption if you use KMS_BASED_ENCRYPTION. | VARCHAR |