Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrcollection-location.html

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

List of CIDR blocks.

string[] CidrList { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrcollection-location.html#cfn-route53-cidrcollection-location-cidrlist

LocationName

The CIDR collection location name.

string LocationName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrcollection-location.html#cfn-route53-cidrcollection-location-locationname

Back to top Generated by DocFX