通过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