interface R53ResourceRecordProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53RecoveryReadiness.CfnResourceSetPropsMixin.R53ResourceRecordProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53recoveryreadiness#CfnResourceSetPropsMixin_R53ResourceRecordProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnResourceSetPropsMixin.R53ResourceRecordProperty |
Python | aws_cdk.cfn_property_mixins.aws_route53recoveryreadiness.CfnResourceSetPropsMixin.R53ResourceRecordProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53recoveryreadiness » CfnResourceSetPropsMixin » R53ResourceRecordProperty |
The Amazon Route 53 resource that a DNS target resource record points to.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoveryreadiness as route53recoveryreadiness } from '@aws-cdk/cfn-property-mixins';
const r53ResourceRecordProperty: route53recoveryreadiness.CfnResourceSetPropsMixin.R53ResourceRecordProperty = {
domainName: 'domainName',
recordSetId: 'recordSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The DNS target domain name. |
| record | string | The Amazon Route 53 Resource Record Set ID. |
domainName?
Type:
string
(optional)
The DNS target domain name.
recordSetId?
Type:
string
(optional)
The Amazon Route 53 Resource Record Set ID.

.NET
Go
Java
Python
TypeScript