aws-cdk-lib.aws_redshift.CfnScheduledAction.PauseClusterMessageProperty

interface PauseClusterMessageProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnScheduledAction.PauseClusterMessageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnScheduledAction_PauseClusterMessageProperty
Javasoftware.amazon.awscdk.services.redshift.CfnScheduledAction.PauseClusterMessageProperty
Pythonaws_cdk.aws_redshift.CfnScheduledAction.PauseClusterMessageProperty
TypeScript aws-cdk-lib » aws_redshift » CfnScheduledAction » PauseClusterMessageProperty

Describes a pause cluster operation.

For example, a scheduled action to run the PauseCluster 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 pauseClusterMessageProperty: redshift.CfnScheduledAction.PauseClusterMessageProperty = {
  clusterIdentifier: 'clusterIdentifier',
};

Properties

NameTypeDescription
clusterIdentifierstringThe identifier of the cluster to be paused.

clusterIdentifier

Type: string

The identifier of the cluster to be paused.