aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 2.21 kB
JavaScript
"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.RedshiftQuery=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};class RedshiftQuery{constructor(clusterArn,props){this.clusterArn=clusterArn,this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_RedshiftQueryProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,RedshiftQuery),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 role=this.props.role??(0,util_1().singletonEventRole)(rule);if(this.props.sql.length<1)throw new(core_1()).ValidationError("At least one SQL statement must be specified.",rule);return this.props.sql.length===1&&role.addToPrincipalPolicy(this.putEventStatement()),this.props.sql.length>1&&role.addToPrincipalPolicy(this.putBatchEventStatement()),{...(0,util_1().bindBaseTargetConfig)(this.props),arn:this.clusterArn,role,input:this.props.input,redshiftDataParameters:{database:this.props.database,dbUser:this.props.dbUser,secretManagerArn:this.props.secret?.secretFullArn??this.props.secret?.secretName,sql:this.props.sql.length===1?this.props.sql[0]:void 0,sqls:this.props.sql.length>1?this.props.sql:void 0,statementName:this.props.statementName,withEvent:this.props.sendEventBridgeEvent}}}putEventStatement(){return new(iam()).PolicyStatement({actions:["redshift-data:ExecuteStatement"],resources:[this.clusterArn]})}putBatchEventStatement(){return new(iam()).PolicyStatement({actions:["redshift-data:BatchExecuteStatement"],resources:[this.clusterArn]})}}exports.RedshiftQuery=RedshiftQuery,_a=JSII_RTTI_SYMBOL_1,RedshiftQuery[_a]={fqn:"aws-cdk-lib.aws_events_targets.RedshiftQuery",version:"2.202.0"};