UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

20 lines (19 loc) 1.41 kB
export { ConnectorArgs } from "./connector"; export type Connector = import("./connector").Connector; export declare const Connector: typeof import("./connector").Connector; export { ConnectorProfileArgs } from "./connectorProfile"; export type ConnectorProfile = import("./connectorProfile").ConnectorProfile; export declare const ConnectorProfile: typeof import("./connectorProfile").ConnectorProfile; export { FlowArgs } from "./flow"; export type Flow = import("./flow").Flow; export declare const Flow: typeof import("./flow").Flow; export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector"; export declare const getConnector: typeof import("./getConnector").getConnector; export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput; export { GetConnectorProfileArgs, GetConnectorProfileResult, GetConnectorProfileOutputArgs } from "./getConnectorProfile"; export declare const getConnectorProfile: typeof import("./getConnectorProfile").getConnectorProfile; export declare const getConnectorProfileOutput: typeof import("./getConnectorProfile").getConnectorProfileOutput; export { GetFlowArgs, GetFlowResult, GetFlowOutputArgs } from "./getFlow"; export declare const getFlow: typeof import("./getFlow").getFlow; export declare const getFlowOutput: typeof import("./getFlow").getFlowOutput; export * from "../types/enums/appflow";