interface Route53ResourceRecordSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_Route53ResourceRecordSetProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » Route53ResourceRecordSetProperty |
The Amazon Route 53 record set.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const route53ResourceRecordSetProperty: arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty = {
recordSetIdentifier: 'recordSetIdentifier',
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| record | string | The Amazon Route 53 record set identifier. |
| region? | string | The Amazon Route 53 record set Region. |
recordSetIdentifier?
Type:
string
(optional)
The Amazon Route 53 record set identifier.
region?
Type:
string
(optional)
The Amazon Route 53 record set Region.

.NET
Go
Java
Python
TypeScript