Interface CfnIPAMPool.IProvisionedCidrProperty
The CIDR provisioned to the IPAM pool.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIPAMPool.IProvisionedCidrProperty
Syntax (vb)
Public Interface CfnIPAMPool.IProvisionedCidrProperty
Remarks
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .
This resource type does not allow you to provision a CIDR using the netmask length. To provision a CIDR using netmask length, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampoolcidr.html">AWS::EC2::IPAMPoolCidr</a> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var provisionedCidrProperty = new ProvisionedCidrProperty {
Cidr = "cidr"
};
Synopsis
Properties
| Cidr | The CIDR provisioned to the IPAM pool. |
Properties
Cidr
The CIDR provisioned to the IPAM pool.
string Cidr { get; }
Property Value
Remarks
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .