@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.706Z") @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()
`AWS::Route53RecoveryControl::ControlPanel.ClusterArn`.
|
String |
getName()
`AWS::Route53RecoveryControl::ControlPanel.Name`.
|
default List<CfnTag> |
getTags()
`AWS::Route53RecoveryControl::ControlPanel.Tags`.
|
@Stability(value=Stable) @Nullable default String getClusterArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnControlPanelProps.Builder builder()
CfnControlPanelProps.Builder of CfnControlPanelPropsCopyright © 2021. All rights reserved.