通过CloudFormation模板更新Cloudfront的“原始连接尝试”属性

问题描述

我想通过CloudFormation模板修改CloudFront的Origin Connection Attempts属性。我参考了AWS文档,但找不到该属性的任何对应密钥。有什么信息吗?这是我参考的doc链接-

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#aws-properties-cloudfront-distribution-customoriginconfig-properties

谢谢。

解决方法

因此,最终找到了指定用于修改Origin Connection Attempts的密钥的文档,密钥名称为ConnectionAttempts。有关更多详细信息,请参阅- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-connectionattempts

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...