UNPKG

@cdklabs/aws-data-solutions-framework

Version:
10 lines (9 loc) 418 B
import * as cdk from 'aws-cdk-lib'; import { Construct } from 'constructs'; import * as dsf from '../../index'; export declare class EmrApplicationStackFactory extends dsf.utils.ApplicationStackFactory { createStack(scope: Construct, stage: dsf.utils.CICDStage): cdk.Stack; } export declare class EmrApplicationStack extends cdk.Stack { constructor(scope: Construct, id: string, stage: dsf.utils.CICDStage); }