aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 1.8 kB
JavaScript
"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.BatchJob=void 0;const jsiiDeprecationWarnings=require("../../.warnings.jsii.js"),JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti"),iam=require("../../aws-iam"),core_1=require("../../core"),util_1=require("./util");class BatchJob{constructor(jobQueueArn,jobQueueScope,jobDefinitionArn,jobDefinitionScope,props={}){this.jobQueueArn=jobQueueArn,this.jobQueueScope=jobQueueScope,this.jobDefinitionArn=jobDefinitionArn,this.jobDefinitionScope=jobDefinitionScope,this.props=props;try{jsiiDeprecationWarnings.aws_cdk_lib_aws_events_targets_BatchJobProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,BatchJob),error}}bind(rule,_id){try{jsiiDeprecationWarnings.aws_cdk_lib_aws_events_IRule(rule)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}const batchParameters={jobDefinition:this.jobDefinitionArn,jobName:this.props.jobName??core_1.Names.nodeUniqueId(rule.node),arrayProperties:this.props.size?{size:this.props.size}:void 0,retryStrategy:this.props.attempts?{attempts:this.props.attempts}:void 0};this.props.deadLetterQueue&&util_1.addToDeadLetterQueueResourcePolicy(rule,this.props.deadLetterQueue);const role=util_1.singletonEventRole(this.jobDefinitionScope);return role.addToPrincipalPolicy(new iam.PolicyStatement({actions:["batch:SubmitJob"],resources:[this.jobDefinitionArn,this.jobQueueArn]})),{...util_1.bindBaseTargetConfig(this.props),arn:this.jobQueueArn,role,input:this.props.event,targetResource:this.jobQueueScope,batchParameters}}}exports.BatchJob=BatchJob,_a=JSII_RTTI_SYMBOL_1,BatchJob[_a]={fqn:"aws-cdk-lib.aws_events_targets.BatchJob",version:"2.70.0"};