@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.920Z") @Stability(value=Stable) public interface CfnIPAMAllocationProps 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.*;
CfnIPAMAllocationProps cfnIPAMAllocationProps = CfnIPAMAllocationProps.builder()
.ipamPoolId("ipamPoolId")
// the properties below are optional
.cidr("cidr")
.description("description")
.netmaskLength(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIPAMAllocationProps.Builder
A builder for
CfnIPAMAllocationProps |
static class |
CfnIPAMAllocationProps.Jsii$Proxy
An implementation for
CfnIPAMAllocationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIPAMAllocationProps.Builder |
builder() |
default String |
getCidr()
`AWS::EC2::IPAMAllocation.Cidr`.
|
default String |
getDescription()
`AWS::EC2::IPAMAllocation.Description`.
|
String |
getIpamPoolId()
`AWS::EC2::IPAMAllocation.IpamPoolId`.
|
default Number |
getNetmaskLength()
`AWS::EC2::IPAMAllocation.NetmaskLength`.
|
@Stability(value=Stable) @Nullable default String getCidr()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getIpamPoolId()
@Stability(value=Stable) @Nullable default Number getNetmaskLength()
@Stability(value=Stable) static CfnIPAMAllocationProps.Builder builder()
CfnIPAMAllocationProps.Builder of CfnIPAMAllocationPropsCopyright © 2021. All rights reserved.