Class CfnCidrCollection.LocationProperty
Specifies the list of CIDR blocks for a CIDR location.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCidrCollection.LocationProperty : CfnCidrCollection.ILocationProperty
Syntax (vb)
Public Class CfnCidrCollection.LocationProperty Implements CfnCidrCollection.ILocationProperty
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.Route53;
var locationProperty = new LocationProperty {
CidrList = new [] { "cidrList" },
LocationName = "locationName"
};
Synopsis
Constructors
| LocationProperty() | Specifies the list of CIDR blocks for a CIDR location. |
Properties
| CidrList | List of CIDR blocks. |
| LocationName | The CIDR collection location name. |
Constructors
LocationProperty()
Specifies the list of CIDR blocks for a CIDR location.
public LocationProperty()
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.Route53;
var locationProperty = new LocationProperty {
CidrList = new [] { "cidrList" },
LocationName = "locationName"
};
Properties
CidrList
LocationName
The CIDR collection location name.
public string LocationName { get; set; }