Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
glue_put_data_catalog_encryption_settings(CatalogId,
DataCatalogEncryptionSettings)
An empty list.
The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default.
[required] The security configuration to set.
svc$put_data_catalog_encryption_settings(
CatalogId = "string",
DataCatalogEncryptionSettings = list(
EncryptionAtRest = list(
CatalogEncryptionMode = "DISABLED"|"SSE-KMS",
SseAwsKmsKeyId = "string"
),
ConnectionPasswordEncryption = list(
ReturnConnectionPasswordEncrypted = TRUE|FALSE,
AwsKmsKeyId = "string"
)
)
)