Interface CfnScheduledAction.ResumeClusterMessageProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnScheduledAction.ResumeClusterMessageProperty.Jsii$Proxy
Enclosing class:
CfnScheduledAction

@Stability(Stable) public static interface CfnScheduledAction.ResumeClusterMessageProperty extends software.amazon.jsii.JsiiSerializable
Describes a resume cluster operation.

For example, a scheduled action to run the ResumeCluster 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.*;
 ResumeClusterMessageProperty resumeClusterMessageProperty = ResumeClusterMessageProperty.builder()
         .clusterIdentifier("clusterIdentifier")
         .build();