Class CfnAnycastIpListProps
Properties for defining a CfnAnycastIpList
.
Inheritance
System.Object
CfnAnycastIpListProps
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnycastIpListProps : Object, ICfnAnycastIpListProps
Syntax (vb)
Public Class CfnAnycastIpListProps
Inherits Object
Implements ICfnAnycastIpListProps
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.AWS.CloudFront;
var cfnAnycastIpListProps = new CfnAnycastIpListProps {
IpCount = 123,
Name = "name",
// the properties below are optional
Tags = new TagsProperty {
Items = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}
};
Synopsis
Constructors
CfnAnycastIpListProps() |
Properties
IpCount | The number of IP addresses in the Anycast static IP list. |
Name | The name of the Anycast static IP list. |
Tags | A complex type that contains zero or more |
Constructors
CfnAnycastIpListProps()
public CfnAnycastIpListProps()
Properties
IpCount
The number of IP addresses in the Anycast static IP list.
public double IpCount { get; set; }
Property Value
System.Double
Remarks
Name
The name of the Anycast static IP list.
public string Name { get; set; }
Property Value
System.String
Remarks
Tags
A complex type that contains zero or more Tag
elements.
public CfnAnycastIpList.ITagsProperty Tags { get; set; }
Property Value
CfnAnycastIpList.ITagsProperty