@aws-cdk/aws-redshift-alpha
Version:
The CDK Construct Library for AWS::Redshift
7 lines (6 loc) • 347 B
TypeScript
import * as AWSLambda from 'aws-lambda';
import { UserTablePrivilegesHandlerProps } from '../handler-props';
import { ClusterProps } from './types';
export declare function handler(props: UserTablePrivilegesHandlerProps & ClusterProps, event: AWSLambda.CloudFormationCustomResourceEvent): Promise<{
PhysicalResourceId: string;
} | undefined>;