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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.Route53ResourceRecordSetProperty
static final class
An implementation forCfnPlan.Route53ResourceRecordSetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecordSetIdentifier
The Amazon Route 53 record set identifier.- See Also:
-
getRegion
The Amazon Route 53 record set Region.- See Also:
-
builder
-