Show / Hide Table of Contents

Interface IRecordSetReference

A reference to a RecordSet resource.

Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecordSetReference
Syntax (vb)
Public Interface 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

Properties

RecordSetName

The Name of the RecordSet resource.

Properties

RecordSetName

The Name of the RecordSet resource.

string RecordSetName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX