Show / Hide Table of Contents

Class CfnAnycastIpListPropsMixin.IpamCidrConfigProperty

Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.

Inheritance
object
CfnAnycastIpListPropsMixin.IpamCidrConfigProperty
Implements
CfnAnycastIpListPropsMixin.IIpamCidrConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-ipamcidrconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-ipamcidrconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-ipamcidrconfig.html#cfn-cloudfront-anycastiplist-ipamcidrconfig-cidr

IpamPoolArn

The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.

public string? IpamPoolArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-ipamcidrconfig.html#cfn-cloudfront-anycastiplist-ipamcidrconfig-ipampoolarn

Implements

CfnAnycastIpListPropsMixin.IIpamCidrConfigProperty
Back to top Generated by DocFX