UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

10 lines (9 loc) 557 B
export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput; export { HsmArgs, HsmState } from "./hsm"; export type Hsm = import("./hsm").Hsm; export declare const Hsm: typeof import("./hsm").Hsm;