Interface CfnControlPanelProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnControlPanelProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:35.026Z") @Stability(Stable) public interface CfnControlPanelProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnControlPanel.

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.*;
 CfnControlPanelProps cfnControlPanelProps = CfnControlPanelProps.builder()
         .name("name")
         // the properties below are optional
         .clusterArn("clusterArn")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Method Details

    • getName

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

      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 for the control panel.
    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      The value for a tag.
    • builder

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