UNPKG

@cdklabs/aws-data-solutions-framework

Version:
7 lines (6 loc) 251 B
import * as cdk from 'aws-cdk-lib'; import { Construct } from 'constructs'; import * as dsf from '../../index'; export declare class EmrApplicationStack extends cdk.Stack { constructor(scope: Construct, id: string, _stage: dsf.utils.CICDStage); }