aws-cdk-lib.aws_redshift.CfnScheduledAction.ResumeClusterMessageProperty

interface ResumeClusterMessageProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnScheduledAction.ResumeClusterMessageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnScheduledAction_ResumeClusterMessageProperty
Javasoftware.amazon.awscdk.services.redshift.CfnScheduledAction.ResumeClusterMessageProperty
Pythonaws_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

NameTypeDescription
clusterIdentifierstringThe identifier of the cluster to be resumed.

clusterIdentifier

Type: string

The identifier of the cluster to be resumed.