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: