Skip to content

Commit efdcb9d

Browse files
feat(apigateway): dualstack REST API (#34114)
### Issue # (if applicable) None ### Reason for this change AWS APIGW (REST API) now supports for configuring endpoint IP address type. https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-ip-address-type.html ### Description of changes - Define `IpAddressType` - Add `ipAddressType` to `EndpointConfiguration` ### Describe any new or updated permissions being added None ### Description of how you validated changes Add both unit and integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 89ff945 commit efdcb9d

12 files changed

+1907
-0
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi-ip-address-type.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi-ip-address-type.js.snapshot/integ.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)