AWS::Glue::DataCatalogEncryptionSettings EncryptionAtRest
为数据目录指定静态加密配置。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "CatalogEncryptionMode" :
String
, "SseAwsKmsKeyId" :String
}
YAML
CatalogEncryptionMode:
String
SseAwsKmsKeyId:String
属性
CatalogEncryptionMode
-
用于对数据目录数据进行加密的静态加密模式。
必需:否
类型:字符串
Update requires: No interruption
SseAwsKmsKeyId
-
用于静态加密的 AWS KMS 密钥的 ID。
必需:否
类型:字符串
Update requires: No interruption