Show / Hide Table of Contents

Class RecordSetReference

A reference to a RecordSet resource.

Inheritance
object
RecordSetReference
Implements
IRecordSetReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RecordSetReference : IRecordSetReference
Syntax (vb)
Public Class RecordSetReference Implements IRecordSetReference
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.Interfaces.Route53;

            var recordSetReference = new RecordSetReference {
                RecordSetName = "recordSetName"
            };

Synopsis

Constructors

RecordSetReference()

A reference to a RecordSet resource.

Properties

RecordSetName

The Name of the RecordSet resource.

Constructors

RecordSetReference()

A reference to a RecordSet resource.

public RecordSetReference()
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.Interfaces.Route53;

            var recordSetReference = new RecordSetReference {
                RecordSetName = "recordSetName"
            };

Properties

RecordSetName

The Name of the RecordSet resource.

public string RecordSetName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRecordSetReference
Back to top Generated by DocFX