Show / Hide Table of Contents

Class RecordSetGroupReference

A reference to a RecordSetGroup resource.

Inheritance
object
RecordSetGroupReference
Implements
IRecordSetGroupReference
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 RecordSetGroupReference : IRecordSetGroupReference
Syntax (vb)
Public Class RecordSetGroupReference Implements IRecordSetGroupReference
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 recordSetGroupReference = new RecordSetGroupReference {
                RecordSetGroupId = "recordSetGroupId"
            };

Synopsis

Constructors

RecordSetGroupReference()

A reference to a RecordSetGroup resource.

Properties

RecordSetGroupId

The Id of the RecordSetGroup resource.

Constructors

RecordSetGroupReference()

A reference to a RecordSetGroup resource.

public RecordSetGroupReference()
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 recordSetGroupReference = new RecordSetGroupReference {
                RecordSetGroupId = "recordSetGroupId"
            };

Properties

RecordSetGroupId

The Id of the RecordSetGroup resource.

public string RecordSetGroupId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRecordSetGroupReference
Back to top Generated by DocFX