Show / Hide Table of Contents

Class CfnAnycastIpListMixinProps

Properties for CfnAnycastIpListPropsMixin.

Inheritance
object
CfnAnycastIpListMixinProps
Implements
ICfnAnycastIpListMixinProps
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 CfnAnycastIpListMixinProps : ICfnAnycastIpListMixinProps
Syntax (vb)
Public Class CfnAnycastIpListMixinProps Implements ICfnAnycastIpListMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipaddresstype

IpCount

The number of IP addresses in the Anycast static IP list.

public double? IpCount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipcount

IpamCidrConfigs

Properties for CfnAnycastIpListPropsMixin.

public object? IpamCidrConfigs { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipamcidrconfigs

Type union: either IResolvable or (either IResolvable or CfnAnycastIpListPropsMixin.IIpamCidrConfigProperty)[]

Name

The name of the Anycast static IP list.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-name

Implements

ICfnAnycastIpListMixinProps
Back to top Generated by DocFX