Class CfnAnycastIpListMixinProps
Properties for CfnAnycastIpListPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnycastIpListMixinProps : ICfnAnycastIpListMixinProps
Syntax (vb)
Public Class CfnAnycastIpListMixinProps Implements ICfnAnycastIpListMixinProps
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 cfnAnycastIpListMixinProps = new CfnAnycastIpListMixinProps {
IpAddressType = "ipAddressType",
IpamCidrConfigs = new [] { new IpamCidrConfigProperty {
Cidr = "cidr",
IpamPoolArn = "ipamPoolArn"
} },
IpCount = 123,
Name = "name"
};
Synopsis
Constructors
| CfnAnycastIpListMixinProps() | Properties for CfnAnycastIpListPropsMixin. |
Properties
| IpAddressType | The IP address type for the Anycast static IP list. |
| IpCount | The number of IP addresses in the Anycast static IP list. |
| IpamCidrConfigs | Properties for CfnAnycastIpListPropsMixin. |
| Name | The name of the Anycast static IP list. |
Constructors
CfnAnycastIpListMixinProps()
Properties for CfnAnycastIpListPropsMixin.
public CfnAnycastIpListMixinProps()
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 cfnAnycastIpListMixinProps = new CfnAnycastIpListMixinProps {
IpAddressType = "ipAddressType",
IpamCidrConfigs = new [] { new IpamCidrConfigProperty {
Cidr = "cidr",
IpamPoolArn = "ipamPoolArn"
} },
IpCount = 123,
Name = "name"
};
Properties
IpAddressType
The IP address type for the Anycast static IP list.
public string? IpAddressType { get; set; }
Property Value
Remarks
IpCount
The number of IP addresses in the Anycast static IP list.
public double? IpCount { get; set; }
Property Value
Remarks
IpamCidrConfigs
Properties for CfnAnycastIpListPropsMixin.
public object? IpamCidrConfigs { get; set; }
Property Value
Remarks
Name
The name of the Anycast static IP list.
public string? Name { get; set; }