UNPKG

@cdklabs/cdk-appflow

Version:

*Note:* this library is currently in technical preview.

10 lines (9 loc) 263 B
import { ConnectorType } from "../core/connectors/connector-type"; /** * @internal */ export declare class JdbcSmallDataScaleConnectorType extends ConnectorType { static get instance(): ConnectorType; private static actualInstance; constructor(); }