AWS AWSCloudFormation documentation change
Summary
Added 'RoutingMode' property with allowed values to control API Gateway traffic routing from custom domains
Security assessment
Adds configuration option for routing logic but doesn't address security vulnerabilities or describe security features
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md index b22679987..f808347ba 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md @@ -30,0 +31 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "RoutingMode" : String, @@ -49,0 +51 @@ To declare this entity in your AWS CloudFormation template, use the following sy + RoutingMode: String @@ -122,0 +125,13 @@ _Required_ : No +`RoutingMode` + + +The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `BASE_PATH_MAPPING_ONLY | ROUTING_RULE_THEN_BASE_PATH_MAPPING | ROUTING_RULE_ONLY` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -178 +193 @@ The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoin -The ARN of the domain name. Supported only for private custom domain names. +The ARN of the domain name.