@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.61 kB
TypeScript
export { ConnectorArgs } from "./connector";
export type Connector = import("./connector").Connector;
export declare const Connector: typeof import("./connector").Connector;
export { CustomPluginArgs } from "./customPlugin";
export type CustomPlugin = import("./customPlugin").CustomPlugin;
export declare const CustomPlugin: typeof import("./customPlugin").CustomPlugin;
export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector";
export declare const getConnector: typeof import("./getConnector").getConnector;
export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput;
export { GetCustomPluginArgs, GetCustomPluginResult, GetCustomPluginOutputArgs } from "./getCustomPlugin";
export declare const getCustomPlugin: typeof import("./getCustomPlugin").getCustomPlugin;
export declare const getCustomPluginOutput: typeof import("./getCustomPlugin").getCustomPluginOutput;
export { GetWorkerConfigurationArgs, GetWorkerConfigurationResult, GetWorkerConfigurationOutputArgs } from "./getWorkerConfiguration";
export declare const getWorkerConfiguration: typeof import("./getWorkerConfiguration").getWorkerConfiguration;
export declare const getWorkerConfigurationOutput: typeof import("./getWorkerConfiguration").getWorkerConfigurationOutput;
export { WorkerConfigurationArgs } from "./workerConfiguration";
export type WorkerConfiguration = import("./workerConfiguration").WorkerConfiguration;
export declare const WorkerConfiguration: typeof import("./workerConfiguration").WorkerConfiguration;
export * from "../types/enums/kafkaconnect";