AWS AWSCloudFormation medium security documentation change
Summary
Removed 'Only TLS_1_2 is supported' statement from TLS version documentation
Security assessment
Removal of explicit TLS 1.2 enforcement statement creates ambiguity about supported security protocols, potentially allowing weaker TLS versions if the service behavior changed. This impacts secure configuration guidance.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainnamev2.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainnamev2.md index 6989cd98d..b0fce45d9 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainnamev2.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainnamev2.md @@ -5 +5 @@ SyntaxPropertiesReturn valuesExamples -This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). +This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). @@ -13 +13 @@ The `AWS::ApiGateway::DomainNameV2` resource specifies a custom domain name for -To declare this entity in your AWS CloudFormation template, use the following syntax: +To declare this entity in your CloudFormation template, use the following syntax: @@ -110 +110 @@ _Required_ : No -The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only `TLS_1_2` is supported. +The Transport Layer Security (TLS) version + cipher suite for this DomainName.