Show / Hide Table of Contents

Interface IIPAMPoolCidrReference

A reference to a IPAMPoolCidr resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIPAMPoolCidrReference
Syntax (vb)
Public Interface 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.Interfaces.EC2;

            var iPAMPoolCidrReference = new Dictionary<string, string> {
                { "ipamPoolCidrId", "ipamPoolCidrId" },
                { "ipamPoolId", "ipamPoolId" }
            };

Synopsis

Properties

IpamPoolCidrId

The IpamPoolCidrId of the IPAMPoolCidr resource.

IpamPoolId

The IpamPoolId of the IPAMPoolCidr resource.

Properties

IpamPoolCidrId

The IpamPoolCidrId of the IPAMPoolCidr resource.

string IpamPoolCidrId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IpamPoolId

The IpamPoolId of the IPAMPoolCidr resource.

string IpamPoolId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX