@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.689Z") @Stability(value=Stable) public interface CfnRoutingControlProps extends software.amazon.jsii.JsiiSerializable
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 String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
|
default String |
getControlPanelArn()
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
String |
getName()
The name of the routing control.
|
@Stability(value=Stable) @NotNull String getName()
You can use any non-white space character in the name.
@Stability(value=Stable) @Nullable default String getClusterArn()
@Stability(value=Stable) @Nullable default String getControlPanelArn()
@Stability(value=Stable) static CfnRoutingControlProps.Builder builder()
CfnRoutingControlProps.Builder of CfnRoutingControlPropsCopyright © 2022. All rights reserved.