UNPKG

@cdklabs/cdk-appflow

Version:

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

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