Class AnycastIpListReference
A reference to a AnycastIpList resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated