@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.337Z") @Stability(value=Stable) public interface CfnSubnetCidrBlockProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getIpv6CidrBlock()
The IPv6 network range for the subnet, in CIDR notation.
|
String |
getSubnetId()
The ID of the subnet.
|
@Stability(value=Stable) @NotNull String getIpv6CidrBlock()
This parameter is required for an IPv6 only subnet.
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnSubnetCidrBlockProps.Builder builder()
CfnSubnetCidrBlockProps.Builder of CfnSubnetCidrBlockPropsCopyright © 2022. All rights reserved.