UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 4.22 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.FirehoseDeliveryStream=exports.KinesisFirehoseStreamV2=exports.KinesisFirehoseStream=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};class KinesisFirehoseStream{stream;props;static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_events_targets.KinesisFirehoseStream",version:"2.233.0"};constructor(stream,props={}){this.stream=stream,this.props=props;try{jsiiDeprecationWarnings().print("aws-cdk-lib.aws_events_targets.KinesisFirehoseStream","Use FirehoseDeliveryStream"),jsiiDeprecationWarnings().aws_cdk_lib_aws_kinesisfirehose_CfnDeliveryStream(stream),jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_KinesisFirehoseStreamProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,KinesisFirehoseStream),error}}bind(_rule,_id){try{jsiiDeprecationWarnings().print("aws-cdk-lib.aws_events_targets.KinesisFirehoseStream#bind","Use FirehoseDeliveryStream"),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=(0,util_1().singletonEventRole)(this.stream);return role.addToPrincipalPolicy(new(iam()).PolicyStatement({actions:["firehose:PutRecord","firehose:PutRecordBatch"],resources:[this.stream.attrArn]})),{arn:this.stream.attrArn,role,input:this.props.message,targetResource:this.stream}}}exports.KinesisFirehoseStream=KinesisFirehoseStream;class KinesisFirehoseStreamV2{stream;props;static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_events_targets.KinesisFirehoseStreamV2",version:"2.233.0"};constructor(stream,props={}){this.stream=stream,this.props=props;try{jsiiDeprecationWarnings().print("aws-cdk-lib.aws_events_targets.KinesisFirehoseStreamV2","Use FirehoseDeliveryStream"),jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_IDeliveryStream(stream),jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_KinesisFirehoseStreamProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,KinesisFirehoseStreamV2),error}}bind(_rule,_id){try{jsiiDeprecationWarnings().print("aws-cdk-lib.aws_events_targets.KinesisFirehoseStreamV2#bind","Use FirehoseDeliveryStream"),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=(0,util_1().singletonEventRole)(this.stream);return role.addToPrincipalPolicy(new(iam()).PolicyStatement({actions:["firehose:PutRecord","firehose:PutRecordBatch"],resources:[this.stream.deliveryStreamArn]})),{arn:this.stream.deliveryStreamArn,role,input:this.props.message,targetResource:this.stream}}}exports.KinesisFirehoseStreamV2=KinesisFirehoseStreamV2;class FirehoseDeliveryStream{deliveryStream;props;static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_events_targets.FirehoseDeliveryStream",version:"2.233.0"};constructor(deliveryStream,props={}){this.deliveryStream=deliveryStream,this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_kinesisfirehose_IDeliveryStream(deliveryStream),jsiiDeprecationWarnings().aws_cdk_lib_aws_events_targets_FirehoseDeliveryStreamProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,FirehoseDeliveryStream),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=(0,util_1().singletonEventRole)(this.deliveryStream);return this.deliveryStream.grantPutRecords(role),{arn:this.deliveryStream.deliveryStreamArn,role,input:this.props.message,targetResource:this.deliveryStream}}}exports.FirehoseDeliveryStream=FirehoseDeliveryStream;