UNPKG

@aws-cdk/aws-redshift-alpha

Version:

The CDK Construct Library for AWS::Redshift

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