Show / Hide Table of Contents

Class AnycastIpListReference

A reference to a AnycastIpList resource.

Inheritance
object
AnycastIpListReference
Implements
IAnycastIpListReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AnycastIpListReference : IAnycastIpListReference
Syntax (vb)
Public Class AnycastIpListReference Implements IAnycastIpListReference
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 anycastIpListReference = new AnycastIpListReference {
                AnycastIpListId = "anycastIpListId"
            };

Synopsis

Constructors

AnycastIpListReference()

A reference to a AnycastIpList resource.

Properties

AnycastIpListId

The Id of the AnycastIpList resource.

Constructors

AnycastIpListReference()

A reference to a AnycastIpList resource.

public AnycastIpListReference()
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 anycastIpListReference = new AnycastIpListReference {
                AnycastIpListId = "anycastIpListId"
            };

Properties

AnycastIpListId

The Id of the AnycastIpList resource.

public string AnycastIpListId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAnycastIpListReference
Back to top Generated by DocFX