作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 cloudformation 脚本创建胶水安全配置,但出现以下错误:属性验证失败:[属性 {/EncryptionConfiguration/S3Encryptions} 的值与类型 {Array} 不匹配]
进行 S3 加密的正确方法是什么?
AWSTemplateFormatVersion: 2010-09-09
Description: Script creates resources for GlueSecurityConfiguration
Resources:
GlueSecurityConfiguration:
Type: AWS::Glue::SecurityConfiguration
Properties:
EncryptionConfiguration:
S3Encryptions:
KmsKeyArn: !Ref KMSArn
S3EncryptionMode: SSE-KMS
JobBookmarksEncryption:
KmsKeyArn: !Ref KMSArn
CloudWatchEncryption:
KmsKeyArn: !Ref KMSArn
Name: !Sub '${SystemValue}-${SubSystemValue}'
最佳答案
我觉得应该是
- KmsKeyArn: !Ref KMSArn
S3EncryptionMode: SSE-KMS
因为 S3Encryptions 需要一个数组。
关于amazon-web-services - 使用 Cloudformation 脚本创建 GlueSecurityConfiguration 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65110731/
我正在尝试使用 cloudformation 脚本创建胶水安全配置,但出现以下错误:属性验证失败:[属性 {/EncryptionConfiguration/S3Encryptions} 的值与类型
我是一名优秀的程序员,十分优秀!