aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 3.72 kB
JavaScript
var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.EmrAddStep=exports.ActionOnFailure=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var iam=()=>{var tmp=require("../../../aws-iam");return iam=()=>tmp,tmp},sfn=()=>{var tmp=require("../../../aws-stepfunctions");return sfn=()=>tmp,tmp},core_1=()=>{var tmp=require("../../../core");return core_1=()=>tmp,tmp},task_utils_1=()=>{var tmp=require("../private/task-utils");return task_utils_1=()=>tmp,tmp},ActionOnFailure;(function(ActionOnFailure2){ActionOnFailure2.TERMINATE_CLUSTER="TERMINATE_CLUSTER",ActionOnFailure2.CANCEL_AND_WAIT="CANCEL_AND_WAIT",ActionOnFailure2.CONTINUE="CONTINUE"})(ActionOnFailure||(exports.ActionOnFailure=ActionOnFailure={}));class EmrAddStep extends sfn().TaskStateBase{static jsonPath(scope,id,props){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_stepfunctions_tasks_EmrAddStepJsonPathProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.jsonPath),error}return new EmrAddStep(scope,id,props)}static jsonata(scope,id,props){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_stepfunctions_tasks_EmrAddStepJsonataProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.jsonata),error}return new EmrAddStep(scope,id,{...props,queryLanguage:sfn().QueryLanguage.JSONATA})}constructor(scope,id,props){super(scope,id,props),this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_stepfunctions_tasks_EmrAddStepProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,EmrAddStep),error}this.actionOnFailure=props.actionOnFailure??ActionOnFailure.CONTINUE,this.integrationPattern=props.integrationPattern??sfn().IntegrationPattern.RUN_JOB,(0,task_utils_1().validatePatternSupported)(this.integrationPattern,EmrAddStep.SUPPORTED_INTEGRATION_PATTERNS),this.taskPolicies=this.createPolicyStatements()}_renderTask(topLevelQueryLanguage){const queryLanguage=sfn()._getActualQueryLanguage(topLevelQueryLanguage,this.props.queryLanguage);return{Resource:(0,task_utils_1().integrationResourceArn)("elasticmapreduce","addStep",this.integrationPattern),...this._renderParametersOrArguments({ClusterId:this.props.clusterId,ExecutionRoleArn:this.props.executionRoleArn,Step:{Name:this.props.name,ActionOnFailure:this.actionOnFailure.valueOf(),HadoopJarStep:{Jar:this.props.jar,MainClass:this.props.mainClass,Args:this.props.args,Properties:this.props.properties===void 0?void 0:Object.entries(this.props.properties).map(kv=>({Key:kv[0],Value:kv[1]}))}}},queryLanguage)}}createPolicyStatements(){const stack=core_1().Stack.of(this),policyStatements=[new(iam()).PolicyStatement({actions:["elasticmapreduce:AddJobFlowSteps","elasticmapreduce:DescribeStep","elasticmapreduce:CancelSteps"],resources:[stack.formatArn({service:"elasticmapreduce",resource:"cluster",resourceName:"*"})]})];return this.integrationPattern===sfn().IntegrationPattern.RUN_JOB&&policyStatements.push(new(iam()).PolicyStatement({actions:["events:PutTargets","events:PutRule","events:DescribeRule"],resources:[stack.formatArn({service:"events",resource:"rule",resourceName:"StepFunctionsGetEventForEMRAddJobFlowStepsRule"})]})),policyStatements}}exports.EmrAddStep=EmrAddStep,_a=JSII_RTTI_SYMBOL_1,EmrAddStep[_a]={fqn:"aws-cdk-lib.aws_stepfunctions_tasks.EmrAddStep",version:"2.185.0"},EmrAddStep.SUPPORTED_INTEGRATION_PATTERNS=[sfn().IntegrationPattern.REQUEST_RESPONSE,sfn().IntegrationPattern.RUN_JOB];
;