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();
 
  • Method Details

    • getName

      @Stability(Stable) @NotNull String getName()
      The name of the routing control.

      You can use any non-white space character in the name.

    • getClusterArn

      @Stability(Stable) @Nullable default String getClusterArn()
      The Amazon Resource Name (ARN) of the cluster that hosts the routing control.
    • getControlPanelArn

      @Stability(Stable) @Nullable default String getControlPanelArn()
      The Amazon Resource Name (ARN) of the control panel that includes the routing control.
    • builder

      @Stability(Stable) static CfnRoutingControlProps.Builder builder()
      Returns:
      a CfnRoutingControlProps.Builder of CfnRoutingControlProps