@Stability(value=Stable)
public static interface CfnScheduledAction.PauseClusterMessageProperty
extends software.amazon.jsii.JsiiSerializable
For example, a scheduled action to run the PauseCluster API operation.
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.redshift.*;
PauseClusterMessageProperty pauseClusterMessageProperty = PauseClusterMessageProperty.builder()
.clusterIdentifier("clusterIdentifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledAction.PauseClusterMessageProperty.Builder
A builder for
CfnScheduledAction.PauseClusterMessageProperty |
static class |
CfnScheduledAction.PauseClusterMessageProperty.Jsii$Proxy
An implementation for
CfnScheduledAction.PauseClusterMessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledAction.PauseClusterMessageProperty.Builder |
builder() |
String |
getClusterIdentifier()
The identifier of the cluster to be paused.
|
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) static CfnScheduledAction.PauseClusterMessageProperty.Builder builder()
Copyright © 2022. All rights reserved.