@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:53.127Z")
public interface CfnSubnetCidrBlockProps
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.*; CfnSubnetCidrBlockProps cfnSubnetCidrBlockProps = CfnSubnetCidrBlockProps.builder() .ipv6CidrBlock("ipv6CidrBlock") .subnetId("subnetId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSubnetCidrBlockProps.Builder
A builder for
CfnSubnetCidrBlockProps |
static class |
CfnSubnetCidrBlockProps.Jsii$Proxy
An implementation for
CfnSubnetCidrBlockProps |
Modifier and Type | Method and Description |
---|---|
static CfnSubnetCidrBlockProps.Builder |
builder() |
java.lang.String |
getIpv6CidrBlock()
The IPv6 network range for the subnet, in CIDR notation.
|
java.lang.String |
getSubnetId()
The ID of the subnet.
|
java.lang.String getIpv6CidrBlock()
This parameter is required for an IPv6 only subnet.
java.lang.String getSubnetId()
static CfnSubnetCidrBlockProps.Builder builder()
CfnSubnetCidrBlockProps.Builder
of CfnSubnetCidrBlockProps