interface ResumeClusterMessageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Redshift.CfnScheduledActionPropsMixin.ResumeClusterMessageProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsredshift#CfnScheduledActionPropsMixin_ResumeClusterMessageProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnScheduledActionPropsMixin.ResumeClusterMessageProperty |
Python | aws_cdk.cfn_property_mixins.aws_redshift.CfnScheduledActionPropsMixin.ResumeClusterMessageProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_redshift » CfnScheduledActionPropsMixin » 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/cfn-property-mixins';
const resumeClusterMessageProperty: redshift.CfnScheduledActionPropsMixin.ResumeClusterMessageProperty = {
clusterIdentifier: 'clusterIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The identifier of the cluster to be resumed. |
clusterIdentifier?
Type:
string
(optional)
The identifier of the cluster to be resumed.

.NET
Go
Java
Python
TypeScript