aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 1.37 kB
JavaScript
;var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.KinesisStream=void 0;const jsiiDeprecationWarnings=require("../../.warnings.jsii.js"),JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti"),iam=require("../../aws-iam"),util_1=require("./util");class KinesisStream{constructor(stream,props={}){this.stream=stream,this.props=props;try{jsiiDeprecationWarnings.aws_cdk_lib_aws_kinesis_IStream(stream),jsiiDeprecationWarnings.aws_cdk_lib_aws_events_targets_KinesisStreamProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,KinesisStream),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=util_1.singletonEventRole(this.stream);return role.addToPrincipalPolicy(new iam.PolicyStatement({actions:["kinesis:PutRecord","kinesis:PutRecords"],resources:[this.stream.streamArn]})),{arn:this.stream.streamArn,role,input:this.props.message,targetResource:this.stream,kinesisParameters:this.props.partitionKeyPath?{partitionKeyPath:this.props.partitionKeyPath}:void 0}}}exports.KinesisStream=KinesisStream,_a=JSII_RTTI_SYMBOL_1,KinesisStream[_a]={fqn:"aws-cdk-lib.aws_events_targets.KinesisStream",version:"2.70.0"};