Class CfnResourceSet.R53ResourceRecordProperty
The Amazon Route 53 resource that a DNS target resource record points to.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceSet.R53ResourceRecordProperty : CfnResourceSet.IR53ResourceRecordProperty
Syntax (vb)
Public Class CfnResourceSet.R53ResourceRecordProperty Implements CfnResourceSet.IR53ResourceRecordProperty
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.AWS.Route53RecoveryReadiness;
var r53ResourceRecordProperty = new R53ResourceRecordProperty {
DomainName = "domainName",
RecordSetId = "recordSetId"
};
Synopsis
Constructors
| R53ResourceRecordProperty() | The Amazon Route 53 resource that a DNS target resource record points to. |
Properties
| DomainName | The DNS target domain name. |
| RecordSetId | The Amazon Route 53 Resource Record Set ID. |
Constructors
R53ResourceRecordProperty()
The Amazon Route 53 resource that a DNS target resource record points to.
public R53ResourceRecordProperty()
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.AWS.Route53RecoveryReadiness;
var r53ResourceRecordProperty = new R53ResourceRecordProperty {
DomainName = "domainName",
RecordSetId = "recordSetId"
};
Properties
DomainName
The DNS target domain name.
public string? DomainName { get; set; }
Property Value
Remarks
RecordSetId
The Amazon Route 53 Resource Record Set ID.
public string? RecordSetId { get; set; }