Class RecordSetReference
A reference to a RecordSet resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated