interface ResumeClusterMessageProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Redshift.CfnScheduledAction.ResumeClusterMessageProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnScheduledAction_ResumeClusterMessageProperty |
Java | software.amazon.awscdk.services.redshift.CfnScheduledAction.ResumeClusterMessageProperty |
Python | aws_cdk.aws_redshift.CfnScheduledAction.ResumeClusterMessageProperty |
TypeScript | aws-cdk-lib » aws_redshift » CfnScheduledAction » ResumeClusterMessageProperty |
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 { aws_redshift as redshift } from 'aws-cdk-lib';
const resumeClusterMessageProperty: redshift.CfnScheduledAction.ResumeClusterMessageProperty = {
clusterIdentifier: 'clusterIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The identifier of the cluster to be resumed. |
clusterIdentifier
Type:
string
The identifier of the cluster to be resumed.