Interface CfnRoutingControlProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutingControlProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:35.027Z")
@Stability(Stable)
public interface CfnRoutingControlProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnRoutingControl.
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.route53recoverycontrol.*;
CfnRoutingControlProps cfnRoutingControlProps = CfnRoutingControlProps.builder()
.name("name")
// the properties below are optional
.clusterArn("clusterArn")
.controlPanelArn("controlPanelArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRoutingControlPropsstatic final classAn implementation forCfnRoutingControlProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the routing control.You can use any non-white space character in the name.
-
getClusterArn
The Amazon Resource Name (ARN) of the cluster that hosts the routing control. -
getControlPanelArn
The Amazon Resource Name (ARN) of the control panel that includes the routing control. -
builder
- Returns:
- a
CfnRoutingControlProps.BuilderofCfnRoutingControlProps
-