UNPKG

@cdklabs/cdk-appflow

Version:

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

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