@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:22.379Z") @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 CfnControlPanelProps
Copyright © 2023. All rights reserved.