@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
31 lines (30 loc) • 2.57 kB
TypeScript
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { ClusterInstanceArgs, ClusterInstanceState } from "./clusterInstance";
export type ClusterInstance = import("./clusterInstance").ClusterInstance;
export declare const ClusterInstance: typeof import("./clusterInstance").ClusterInstance;
export { ClusterParameterGroupArgs, ClusterParameterGroupState } from "./clusterParameterGroup";
export type ClusterParameterGroup = import("./clusterParameterGroup").ClusterParameterGroup;
export declare const ClusterParameterGroup: typeof import("./clusterParameterGroup").ClusterParameterGroup;
export { ClusterSnapshotArgs, ClusterSnapshotState } from "./clusterSnapshot";
export type ClusterSnapshot = import("./clusterSnapshot").ClusterSnapshot;
export declare const ClusterSnapshot: typeof import("./clusterSnapshot").ClusterSnapshot;
export { ElasticClusterArgs, ElasticClusterState } from "./elasticCluster";
export type ElasticCluster = import("./elasticCluster").ElasticCluster;
export declare const ElasticCluster: typeof import("./elasticCluster").ElasticCluster;
export { EventSubscriptionArgs, EventSubscriptionState } from "./eventSubscription";
export type EventSubscription = import("./eventSubscription").EventSubscription;
export declare const EventSubscription: typeof import("./eventSubscription").EventSubscription;
export { GetEngineVersionArgs, GetEngineVersionResult, GetEngineVersionOutputArgs } from "./getEngineVersion";
export declare const getEngineVersion: typeof import("./getEngineVersion").getEngineVersion;
export declare const getEngineVersionOutput: typeof import("./getEngineVersion").getEngineVersionOutput;
export { GetOrderableDbInstanceArgs, GetOrderableDbInstanceResult, GetOrderableDbInstanceOutputArgs } from "./getOrderableDbInstance";
export declare const getOrderableDbInstance: typeof import("./getOrderableDbInstance").getOrderableDbInstance;
export declare const getOrderableDbInstanceOutput: typeof import("./getOrderableDbInstance").getOrderableDbInstanceOutput;
export { GlobalClusterArgs, GlobalClusterState } from "./globalCluster";
export type GlobalCluster = import("./globalCluster").GlobalCluster;
export declare const GlobalCluster: typeof import("./globalCluster").GlobalCluster;
export { SubnetGroupArgs, SubnetGroupState } from "./subnetGroup";
export type SubnetGroup = import("./subnetGroup").SubnetGroup;
export declare const SubnetGroup: typeof import("./subnetGroup").SubnetGroup;