aws.glue.get_data_catalog_encryption_settings
Example SQL Queries
SELECT * FROMaws.glue.get_data_catalog_encryption_settings;Description
Retrieves the security configuration for a specified catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog_id Input Column The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default. | VARCHAR |
| _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 |
| data_catalog_encryption_settings The requested security configuration. | STRUCT( |
Show child fields
| |