@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.707Z") @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()
`AWS::Route53RecoveryControl::RoutingControl.ClusterArn`.
|
default String |
getControlPanelArn()
`AWS::Route53RecoveryControl::RoutingControl.ControlPanelArn`.
|
String |
getName()
`AWS::Route53RecoveryControl::RoutingControl.Name`.
|
@Stability(value=Stable) @Nullable default String getClusterArn()
@Stability(value=Stable) @Nullable default String getControlPanelArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnRoutingControlProps.Builder builder()
CfnRoutingControlProps.Builder of CfnRoutingControlPropsCopyright © 2021. All rights reserved.