UNPKG

@aws-cdk/aws-redshift-alpha

Version:

The CDK Construct Library for AWS::Redshift

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