interface Route53ResourceRecordSetProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_Route53ResourceRecordSetProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.Route53ResourceRecordSetProperty |
![]() | 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.