UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

8 lines (7 loc) 417 B
import { IntegrationPattern } from '../../../aws-stepfunctions'; /** * Verifies that a validation pattern is supported for a service integration * */ export declare function validatePatternSupported(integrationPattern: IntegrationPattern, supportedPatterns: IntegrationPattern[]): void; export declare function integrationResourceArn(service: string, api: string, integrationPattern?: IntegrationPattern): string;