@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)
8 lines (7 loc) • 553 B
TypeScript
export { GetGlobalClusterArgs, GetGlobalClusterResult, GetGlobalClusterOutputArgs } from "./getGlobalCluster";
export declare const getGlobalCluster: typeof import("./getGlobalCluster").getGlobalCluster;
export declare const getGlobalClusterOutput: typeof import("./getGlobalCluster").getGlobalClusterOutput;
export { GlobalClusterArgs } from "./globalCluster";
export type GlobalCluster = import("./globalCluster").GlobalCluster;
export declare const GlobalCluster: typeof import("./globalCluster").GlobalCluster;
export * from "../types/enums/docdb";