Show / Hide Table of Contents

Class CfnResourceSet.R53ResourceRecordProperty

The Amazon Route 53 resource that a DNS target resource record points to.

Inheritance
object
CfnResourceSet.R53ResourceRecordProperty
Implements
CfnResourceSet.IR53ResourceRecordProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-r53resourcerecord.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-r53resourcerecord.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-r53resourcerecord.html#cfn-route53recoveryreadiness-resourceset-r53resourcerecord-domainname

RecordSetId

The Amazon Route 53 Resource Record Set ID.

public string? RecordSetId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoveryreadiness-resourceset-r53resourcerecord.html#cfn-route53recoveryreadiness-resourceset-r53resourcerecord-recordsetid

Implements

CfnResourceSet.IR53ResourceRecordProperty
Back to top Generated by DocFX