UNPKG

@aws-cdk/aws-redshift-alpha

Version:

The CDK Construct Library for AWS::Redshift

3 lines (2 loc) 144 B
import { ClusterProps } from './types'; export declare function executeStatement(statement: string, clusterProps: ClusterProps): Promise<void>;