aws.codeguru_security.get_account_configuration
Example SQL Queries
SELECT * FROMaws.codeguru_security.get_account_configuration;Description
Use to get the encryption configuration for an account.
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
| |
| encryption_config An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty. | STRUCT( |
Show child fields
| |