aws.iotfleetwise.get_encryption_configuration
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_encryption_configuration;Description
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
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 |
| creation_time The time when encryption was configured in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| encryption_status The encryption status. | VARCHAR |
| encryption_type The type of encryption. Set to KMS_BASED_ENCRYPTION to use a KMS key that you own and manage. Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account. | VARCHAR |
| error_message The error message that describes why encryption settings couldn't be configured, if applicable. | VARCHAR |
| kms_key_id The ID of the KMS key that is used for encryption. | VARCHAR |
| last_modification_time The time when encryption was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |