UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 2.1 kB
"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.SqsQueue=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var util_1=()=>{var tmp=require("./util");return util_1=()=>tmp,tmp},iam=()=>{var tmp=require("../../aws-iam");return iam=()=>tmp,tmp},core_1=()=>{var tmp=require("../../core");return core_1=()=>tmp,tmp},cxapi=()=>{var tmp=require("../../cx-api");return cxapi=()=>tmp,tmp};class SqsQueue{constructor(queue,props={}){this.queue=queue,this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_sqs_IQueue(queue),jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_SqsQueueProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,SqsQueue),error}if(props.messageGroupId!==void 0&&!queue.fifo)throw new(core_1()).ValidationError("messageGroupId cannot be specified for non-FIFO queues",queue)}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 restrictToSameAccount=core_1().FeatureFlags.of(rule).isEnabled(cxapi().EVENTS_TARGET_QUEUE_SAME_ACCOUNT);let conditions={};return this.queue.encryptionMasterKey?restrictToSameAccount&&(conditions={StringEquals:{"aws:SourceAccount":rule.env.account}}):conditions={ArnEquals:{"aws:SourceArn":rule.ruleArn}},this.queue.grantSendMessages(new(iam()).ServicePrincipal("events.amazonaws.com",{conditions})),this.props.deadLetterQueue&&(0,util_1().addToDeadLetterQueueResourcePolicy)(rule,this.props.deadLetterQueue),{...(0,util_1().bindBaseTargetConfig)(this.props),arn:this.queue.queueArn,input:this.props.message,targetResource:this.queue,sqsParameters:this.props.messageGroupId?{messageGroupId:this.props.messageGroupId}:void 0}}}exports.SqsQueue=SqsQueue,_a=JSII_RTTI_SYMBOL_1,SqsQueue[_a]={fqn:"aws-cdk-lib.aws_events_targets.SqsQueue",version:"2.202.0"};