Add CDK Example: How to do a lookup by subnet group name #830
Labels
feature-request
A feature should be added or improved.
language/python
Related to Python examples
p2
Describe the feature
The subnet group name can be used to refer to the intended subnet quickly.
Use Case
Many samples reference subnets created in the VPC stack, such as ec2.SubnetSelection is handled by a subnet type call, list, or import function.
However, in actual requirements, many requirements cannot be divided by subnet type, such as subnets for network firewalls, transit gateways, and so on.
Proposed Solution
subnet_group_name_tag
and cdk.jsonOther Information
No response
Acknowledgements
Language
Python
The text was updated successfully, but these errors were encountered: