Show / Hide Table of Contents

Class CfnRecordSetGroup.CidrRoutingConfigProperty

The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.

Inheritance
System.Object
CfnRecordSetGroup.CidrRoutingConfigProperty
Implements
CfnRecordSetGroup.ICidrRoutingConfigProperty
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.AWS.Route53.dll
Syntax (csharp)
public class CidrRoutingConfigProperty : Object, CfnRecordSetGroup.ICidrRoutingConfigProperty
Syntax (vb)
Public Class CidrRoutingConfigProperty
    Inherits Object
    Implements CfnRecordSetGroup.ICidrRoutingConfigProperty
Remarks

A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default record.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrroutingconfig.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 cidrRoutingConfigProperty = new CidrRoutingConfigProperty {
    CollectionId = "collectionId",
    LocationName = "locationName"
};

Synopsis

Constructors

CidrRoutingConfigProperty()

Properties

CollectionId

The CIDR collection ID.

LocationName

The CIDR collection location name.

Constructors

CidrRoutingConfigProperty()

public CidrRoutingConfigProperty()

Properties

CollectionId

The CIDR collection ID.

public string CollectionId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrroutingconfig.html#cfn-route53-cidrroutingconfig-collectionid

LocationName

The CIDR collection location name.

public string LocationName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-cidrroutingconfig.html#cfn-route53-cidrroutingconfig-locationname

Implements

CfnRecordSetGroup.ICidrRoutingConfigProperty
Back to top Generated by DocFX