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