Interface CfnCidrCollection.ILocationProperty
Specifies the list of CIDR blocks for a CIDR location.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCidrCollection.ILocationProperty
Syntax (vb)
Public Interface 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
Properties
| CidrList | List of CIDR blocks. |
| LocationName | The CIDR collection location name. |
Properties
CidrList
LocationName
The CIDR collection location name.
string LocationName { get; }