UNPKG

@aws-cdk/aws-redshift-alpha

Version:

The CDK Construct Library for AWS::Redshift

6 lines (5 loc) 261 B
import * as AWSLambda from 'aws-lambda'; import { TableAndClusterProps } from './types'; export declare function handler(props: TableAndClusterProps, event: AWSLambda.CloudFormationCustomResourceEvent): Promise<{ PhysicalResourceId: string; } | undefined>;