@Stability(value=Stable)
public static interface CfnScheduledAction.ResumeClusterMessageProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledAction.ResumeClusterMessageProperty.Builder
A builder for
CfnScheduledAction.ResumeClusterMessageProperty |
static class |
CfnScheduledAction.ResumeClusterMessageProperty.Jsii$Proxy
An implementation for
CfnScheduledAction.ResumeClusterMessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledAction.ResumeClusterMessageProperty.Builder |
builder() |
String |
getClusterIdentifier()
The identifier of the cluster to be resumed.
|
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) static CfnScheduledAction.ResumeClusterMessageProperty.Builder builder()
Copyright © 2022. All rights reserved.