@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:34.653Z")
public interface CfnRoutingControlProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRoutingControlProps.Builder
A builder for
CfnRoutingControlProps |
static class |
CfnRoutingControlProps.Jsii$Proxy
An implementation for
CfnRoutingControlProps |
Modifier and Type | Method and Description |
---|---|
static CfnRoutingControlProps.Builder |
builder() |
default java.lang.String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
|
default java.lang.String |
getControlPanelArn()
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
java.lang.String |
getName()
The name of the routing control.
|
java.lang.String getName()
You can use any non-white space character in the name.
default java.lang.String getClusterArn()
default java.lang.String getControlPanelArn()
static CfnRoutingControlProps.Builder builder()
CfnRoutingControlProps.Builder
of CfnRoutingControlProps