Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ec2):
ipv6AddressCount
property for an instance (#31076)
### Issue # (if applicable) Closes #31075. ### Reason for this change AWS CDK cannot configure `ipv6AddressCount` property but cloudformation can do that. ### Description of changes - Add `ipv6AddressCount` to `InstanceProps` - Check whether `ipv6AddressCount` is a positive integer ### 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*
- Loading branch information