@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:37.874Z") @Stability(value=Stable) public interface CfnControlPanelProps 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.*;
CfnControlPanelProps cfnControlPanelProps = CfnControlPanelProps.builder()
.name("name")
// the properties below are optional
.clusterArn("clusterArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnControlPanelProps.Builder
A builder for
CfnControlPanelProps |
static class |
CfnControlPanelProps.Jsii$Proxy
An implementation for
CfnControlPanelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnControlPanelProps.Builder |
builder() |
default String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster for the control panel.
|
String |
getName()
The name of the control panel.
|
default List<CfnTag> |
getTags()
The value for a tag.
|
@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) static CfnControlPanelProps.Builder builder()
CfnControlPanelProps.Builder of CfnControlPanelPropsCopyright © 2022. All rights reserved.