AWS apigateway documentation change
Summary
Updated IP address type documentation for private custom domains
Security assessment
Clarifies configuration constraints without security context
Diff
diff --git a/apigateway/latest/developerguide/apigateway-private-custom-domains.md b/apigateway/latest/developerguide/apigateway-private-custom-domains.md index 8e6bfe672..04501a568 100644 --- a/apigateway/latest/developerguide/apigateway-private-custom-domains.md +++ b/apigateway/latest/developerguide/apigateway-private-custom-domains.md @@ -45 +45,3 @@ The following considerations might impact your use of private custom domain name - * You can send traffic using all IP address types supported by Amazon VPC. You can send dualstack and IPv6 traffic by configuring the settings on your VPC endpoint. You can't modify this using API Gateway. For more information, see [Add IPv6 support for your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6-add.html). + * You can't set the IP address type for private APIs to only allow IPv4 addresses to invoke your private API. Only dualstack is supported. For more information, see [IP address types for REST APIs in API Gateway](./api-gateway-ip-address-type.html). + + * To send traffic using your private API, you can use all IP address types supported by Amazon VPC. You can send dualstack and IPv6 traffic by configuring the settings on your VPC endpoint. You can't modify this using API Gateway. For more information, see [Add IPv6 support for your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6-add.html).