UNPKG

@cdklabs/cdk-appflow

Version:

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

12 lines (11 loc) 344 B
import { ConnectorType } from "../core/connectors/connector-type"; /** * @internal */ export declare class SAPOdataConnectorType extends ConnectorType { static get instance(): ConnectorType; private static actualInstance; constructor(); get asTaskConnectorOperatorOrigin(): string; get asProfileConnectorType(): string; }