public static interface CfnScheduledAction.PauseClusterMessageProperty
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() |
java.lang.String |
getClusterIdentifier()
The identifier of the cluster to be paused.
|
java.lang.String getClusterIdentifier()
static CfnScheduledAction.PauseClusterMessageProperty.Builder builder()