Interface IRecordSetGroupReference
A reference to a RecordSetGroup resource.
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecordSetGroupReference
Syntax (vb)
Public Interface 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
Properties
| RecordSetGroupId | The Id of the RecordSetGroup resource. |
Properties
RecordSetGroupId
The Id of the RecordSetGroup resource.
string RecordSetGroupId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated