Class IPAMPoolCidrReference
A reference to a IPAMPoolCidr resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IPAMPoolCidrReference : IIPAMPoolCidrReference
Syntax (vb)
Public Class IPAMPoolCidrReference Implements IIPAMPoolCidrReference
Remarks
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 iPAMPoolCidrReference = new Dictionary<string, string> {
{ "ipamPoolCidrId", "ipamPoolCidrId" },
{ "ipamPoolId", "ipamPoolId" }
};
Synopsis
Constructors
IPAMPoolCidrReference() | A reference to a IPAMPoolCidr resource. |
Properties
IpamPoolCidrId | The IpamPoolCidrId of the IPAMPoolCidr resource. |
IpamPoolId | The IpamPoolId of the IPAMPoolCidr resource. |
Constructors
IPAMPoolCidrReference()
A reference to a IPAMPoolCidr resource.
public IPAMPoolCidrReference()
Remarks
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 iPAMPoolCidrReference = new Dictionary<string, string> {
{ "ipamPoolCidrId", "ipamPoolCidrId" },
{ "ipamPoolId", "ipamPoolId" }
};
Properties
IpamPoolCidrId
The IpamPoolCidrId of the IPAMPoolCidr resource.
public string IpamPoolCidrId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IpamPoolId
The IpamPoolId of the IPAMPoolCidr resource.
public string IpamPoolId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated