interface Route53ResourceRecordSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsarcregionswitch/mixins#CfnPlanPropsMixin_Route53ResourceRecordSetProperty |
Java | software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
Python | aws_cdk.mixins_preview.aws_arcregionswitch.mixins.CfnPlanPropsMixin.Route53ResourceRecordSetProperty |
TypeScript | @aws-cdk/mixins-preview » aws_arcregionswitch » mixins » 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 { mixins as arcregionswitch_mixins } from '@aws-cdk/mixins-preview/aws-arcregionswitch';
const route53ResourceRecordSetProperty: arcregionswitch_mixins.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