Interface AllocatedSubnet

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AllocatedSubnet.Jsii$Proxy

@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)", date="2024-01-03T18:29:24.997Z") @Stability(Stable) public interface AllocatedSubnet extends software.amazon.jsii.JsiiSerializable
Cidr Allocated Subnet.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 AllocatedSubnet allocatedSubnet = AllocatedSubnet.builder()
         .cidr("cidr")
         .build();