Interface CfnScheduledActionPropsMixin.ResumeClusterMessageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledActionPropsMixin.ResumeClusterMessageProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledActionPropsMixin
@Stability(Stable)
public static interface CfnScheduledActionPropsMixin.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.cfnpropertymixins.services.redshift.*;
ResumeClusterMessageProperty resumeClusterMessageProperty = ResumeClusterMessageProperty.builder()
.clusterIdentifier("clusterIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnScheduledActionPropsMixin.ResumeClusterMessageProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterIdentifier
The identifier of the cluster to be resumed.- See Also:
-
builder
@Stability(Stable) static CfnScheduledActionPropsMixin.ResumeClusterMessageProperty.Builder builder()
-