gpt4 book ai didi

amazon-web-services - 使用 Cloudformation 脚本创建 GlueSecurityConfiguration 时出错

转载 作者:行者123 更新时间:2023-12-03 07:23:56 24 4
gpt4 key购买 nike

我正在尝试使用 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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com