Interface CfnScheduledAction.PauseClusterMessageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledAction.PauseClusterMessageProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledAction
@Stability(Stable)
public static interface CfnScheduledAction.PauseClusterMessageProperty
extends software.amazon.jsii.JsiiSerializable
Describes a pause cluster operation.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnScheduledAction.PauseClusterMessageProperty
static final class
An implementation forCfnScheduledAction.PauseClusterMessageProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterIdentifier
The identifier of the cluster to be paused.- See Also:
-
builder
-