UNPKG

@pulumi/aws

Version:

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

10 lines (9 loc) 615 B
export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { ParameterGroupArgs, ParameterGroupState } from "./parameterGroup"; export type ParameterGroup = import("./parameterGroup").ParameterGroup; export declare const ParameterGroup: typeof import("./parameterGroup").ParameterGroup; export { SubnetGroupArgs, SubnetGroupState } from "./subnetGroup"; export type SubnetGroup = import("./subnetGroup").SubnetGroup; export declare const SubnetGroup: typeof import("./subnetGroup").SubnetGroup;