Class CfnAnycastIpListPropsMixin.IpamCidrConfigProperty
Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnycastIpListPropsMixin.IpamCidrConfigProperty : CfnAnycastIpListPropsMixin.IIpamCidrConfigProperty
Syntax (vb)
Public Class CfnAnycastIpListPropsMixin.IpamCidrConfigProperty Implements CfnAnycastIpListPropsMixin.IIpamCidrConfigProperty
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.Mixins.Preview.AWS.CloudFront.Mixins;
var ipamCidrConfigProperty = new IpamCidrConfigProperty {
Cidr = "cidr",
IpamPoolArn = "ipamPoolArn"
};
Synopsis
Constructors
| IpamCidrConfigProperty() | Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address. |
Properties
| Cidr | The CIDR that specifies the IP address range for this IPAM configuration. |
| IpamPoolArn | The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to. |
Constructors
IpamCidrConfigProperty()
Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.
public IpamCidrConfigProperty()
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.Mixins.Preview.AWS.CloudFront.Mixins;
var ipamCidrConfigProperty = new IpamCidrConfigProperty {
Cidr = "cidr",
IpamPoolArn = "ipamPoolArn"
};
Properties
Cidr
The CIDR that specifies the IP address range for this IPAM configuration.
public string? Cidr { get; set; }
Property Value
Remarks
IpamPoolArn
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.
public string? IpamPoolArn { get; set; }