AWS apigateway documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' throughout the file for terminology consistency
Security assessment
Changes are purely terminological (branding update from 'AWS CloudFormation' to 'CloudFormation'). No security implications or security feature additions were introduced.
Diff
diff --git a/apigateway/latest/developerguide/apigateway-private-custom-domains-cfn.md b/apigateway/latest/developerguide/apigateway-private-custom-domains-cfn.md index c8c63b648..3c9e98ee7 100644 --- a//apigateway/latest/developerguide/apigateway-private-custom-domains-cfn.md +++ b//apigateway/latest/developerguide/apigateway-private-custom-domains-cfn.md @@ -5 +5 @@ -# Create a custom domain name for private APIs using AWS CloudFormation +# Create a custom domain name for private APIs using CloudFormation @@ -7 +7 @@ -The following example AWS CloudFormation template creates a private API and a private custom domain name, maps the private API to the custom domain name, and then creates a domain name access association. You need to provide your own VPC endpoint, domain name, and certificate ARN. +The following example CloudFormation template creates a private API and a private custom domain name, maps the private API to the custom domain name, and then creates a domain name access association. You need to provide your own VPC endpoint, domain name, and certificate ARN. @@ -9 +9 @@ The following example AWS CloudFormation template creates a private API and a pr -The following considerations might impact your use of AWS CloudFormation to create a private custom domain name: +The following considerations might impact your use of CloudFormation to create a private custom domain name: @@ -11 +11 @@ The following considerations might impact your use of AWS CloudFormation to crea - * You can't reject a domain name access association using AWS CloudFormation. To reject a domain name access association, use the AWS CLI. + * You can't reject a domain name access association using CloudFormation. To reject a domain name access association, use the AWS CLI. @@ -13 +13 @@ The following considerations might impact your use of AWS CloudFormation to crea - * Use the `AWS::ApiGateway::DomainNameV2` AWS CloudFormation property to create a private custom domain name. + * Use the `AWS::ApiGateway::DomainNameV2` CloudFormation property to create a private custom domain name. @@ -15 +15 @@ The following considerations might impact your use of AWS CloudFormation to crea - * Use the `AWS::ApiGateway:BasePathMappingV2` AWS CloudFormation property to create a base path mapping. + * Use the `AWS::ApiGateway:BasePathMappingV2` CloudFormation property to create a base path mapping.