Interface CfnPlan.Route53ResourceRecordSetProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlan.Route53ResourceRecordSetProperty.Jsii$Proxy
Enclosing class:
CfnPlan

@Stability(Stable) public static interface CfnPlan.Route53ResourceRecordSetProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.arcregionswitch.*;
 Route53ResourceRecordSetProperty route53ResourceRecordSetProperty = Route53ResourceRecordSetProperty.builder()
         .recordSetIdentifier("recordSetIdentifier")
         .region("region")
         .build();
 

See Also: