Retrieves the security configuration for a specified catalog.
glue_get_data_catalog_encryption_settings(CatalogId)
A list with the following syntax:
list(
DataCatalogEncryptionSettings = list(
EncryptionAtRest = list(
CatalogEncryptionMode = "DISABLED"|"SSE-KMS",
SseAwsKmsKeyId = "string"
),
ConnectionPasswordEncryption = list(
ReturnConnectionPasswordEncrypted = TRUE|FALSE,
AwsKmsKeyId = "string"
)
)
)
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
svc$get_data_catalog_encryption_settings(
CatalogId = "string"
)