interface Route53ResourceRecordSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ARCRegionSwitch.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsarcregionswitch#CfnPlanPropsMixin_Route53ResourceRecordSetProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
Python | aws_cdk.cfn_property_mixins.aws_arcregionswitch.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_arcregionswitch » CfnPlanPropsMixin » 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/cfn-property-mixins';
const route53ResourceRecordSetProperty: arcregionswitch.CfnPlanPropsMixin.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