@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
22 lines (21 loc) • 1.39 kB
TypeScript
export { KxClusterArgs, KxClusterState } from "./kxCluster";
export type KxCluster = import("./kxCluster").KxCluster;
export declare const KxCluster: typeof import("./kxCluster").KxCluster;
export { KxDatabaseArgs, KxDatabaseState } from "./kxDatabase";
export type KxDatabase = import("./kxDatabase").KxDatabase;
export declare const KxDatabase: typeof import("./kxDatabase").KxDatabase;
export { KxDataviewArgs, KxDataviewState } from "./kxDataview";
export type KxDataview = import("./kxDataview").KxDataview;
export declare const KxDataview: typeof import("./kxDataview").KxDataview;
export { KxEnvironmentArgs, KxEnvironmentState } from "./kxEnvironment";
export type KxEnvironment = import("./kxEnvironment").KxEnvironment;
export declare const KxEnvironment: typeof import("./kxEnvironment").KxEnvironment;
export { KxScalingGroupArgs, KxScalingGroupState } from "./kxScalingGroup";
export type KxScalingGroup = import("./kxScalingGroup").KxScalingGroup;
export declare const KxScalingGroup: typeof import("./kxScalingGroup").KxScalingGroup;
export { KxUserArgs, KxUserState } from "./kxUser";
export type KxUser = import("./kxUser").KxUser;
export declare const KxUser: typeof import("./kxUser").KxUser;
export { KxVolumeArgs, KxVolumeState } from "./kxVolume";
export type KxVolume = import("./kxVolume").KxVolume;
export declare const KxVolume: typeof import("./kxVolume").KxVolume;