aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 3.37 kB
JavaScript
var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.HttpStepFunctionsIntegration=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var apigwv2=()=>{var tmp=require("../../../aws-apigatewayv2");return apigwv2=()=>tmp,tmp},iam=()=>{var tmp=require("../../../aws-iam");return iam=()=>tmp,tmp},sfn=()=>{var tmp=require("../../../aws-stepfunctions");return sfn=()=>tmp,tmp},errors_1=()=>{var tmp=require("../../../core/lib/errors");return errors_1=()=>tmp,tmp};class HttpStepFunctionsIntegration extends apigwv2().HttpRouteIntegration{constructor(id,props){super(id),this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_apigatewayv2_integrations_HttpStepFunctionsIntegrationProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,HttpStepFunctionsIntegration),error}}bind(options){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_apigatewayv2_HttpRouteIntegrationBindOptions(options)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}if(this.props.subtype&&!this.props.subtype.startsWith("StepFunctions-"))throw new(errors_1()).ValidationError("Subtype must start with `STEPFUNCTIONS_`",options.scope);if(this.props.subtype===apigwv2().HttpIntegrationSubtype.STEPFUNCTIONS_START_SYNC_EXECUTION&&this.props.stateMachine.stateMachineType===sfn().StateMachineType.STANDARD)throw new(errors_1()).ValidationError("Cannot use subtype `STEPFUNCTIONS_START_SYNC_EXECUTION` with a standard type state machine",options.scope);const invokeRole=new(iam()).Role(options.scope,"InvokeRole",{assumedBy:new(iam()).ServicePrincipal("apigateway.amazonaws.com")});return invokeRole.addToPolicy(new(iam()).PolicyStatement({effect:iam().Effect.ALLOW,sid:"AllowStepFunctionsExecution",actions:[this.determineActionBySubtype(this.props.subtype)],resources:[this.determineResourceArn(options)]})),{payloadFormatVersion:apigwv2().PayloadFormatVersion.VERSION_1_0,type:apigwv2().HttpIntegrationType.AWS_PROXY,subtype:this.props.subtype??apigwv2().HttpIntegrationSubtype.STEPFUNCTIONS_START_EXECUTION,credentials:apigwv2().IntegrationCredentials.fromRole(invokeRole),connectionType:apigwv2().HttpConnectionType.INTERNET,parameterMapping:this.props.parameterMapping??new(apigwv2()).ParameterMapping().custom("StateMachineArn",this.props.stateMachine.stateMachineArn)}}determineActionBySubtype(subtype){switch(subtype){case apigwv2().HttpIntegrationSubtype.STEPFUNCTIONS_STOP_EXECUTION:return"states:StopExecution";case apigwv2().HttpIntegrationSubtype.STEPFUNCTIONS_START_SYNC_EXECUTION:return"states:StartSyncExecution";default:return"states:StartExecution"}}determineResourceArn(options){switch(this.props.subtype){case apigwv2().HttpIntegrationSubtype.STEPFUNCTIONS_STOP_EXECUTION:return options.route.stack.formatArn({service:"states",resource:`execution:${this.props.stateMachine.stateMachineName}:*`});default:return this.props.stateMachine.stateMachineArn}}}exports.HttpStepFunctionsIntegration=HttpStepFunctionsIntegration,_a=JSII_RTTI_SYMBOL_1,HttpStepFunctionsIntegration[_a]={fqn:"aws-cdk-lib.aws_apigatewayv2_integrations.HttpStepFunctionsIntegration",version:"2.202.0"};
;