UNPKG

@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)

31 lines (30 loc) 2.68 kB
export { DbClusterArgs } from "./dbCluster"; export type DbCluster = import("./dbCluster").DbCluster; export declare const DbCluster: typeof import("./dbCluster").DbCluster; export { DbClusterParameterGroupArgs } from "./dbClusterParameterGroup"; export type DbClusterParameterGroup = import("./dbClusterParameterGroup").DbClusterParameterGroup; export declare const DbClusterParameterGroup: typeof import("./dbClusterParameterGroup").DbClusterParameterGroup; export { DbInstanceArgs } from "./dbInstance"; export type DbInstance = import("./dbInstance").DbInstance; export declare const DbInstance: typeof import("./dbInstance").DbInstance; export { DbParameterGroupArgs } from "./dbParameterGroup"; export type DbParameterGroup = import("./dbParameterGroup").DbParameterGroup; export declare const DbParameterGroup: typeof import("./dbParameterGroup").DbParameterGroup; export { DbSubnetGroupArgs } from "./dbSubnetGroup"; export type DbSubnetGroup = import("./dbSubnetGroup").DbSubnetGroup; export declare const DbSubnetGroup: typeof import("./dbSubnetGroup").DbSubnetGroup; export { GetDbClusterArgs, GetDbClusterResult, GetDbClusterOutputArgs } from "./getDbCluster"; export declare const getDbCluster: typeof import("./getDbCluster").getDbCluster; export declare const getDbClusterOutput: typeof import("./getDbCluster").getDbClusterOutput; export { GetDbClusterParameterGroupArgs, GetDbClusterParameterGroupResult, GetDbClusterParameterGroupOutputArgs } from "./getDbClusterParameterGroup"; export declare const getDbClusterParameterGroup: typeof import("./getDbClusterParameterGroup").getDbClusterParameterGroup; export declare const getDbClusterParameterGroupOutput: typeof import("./getDbClusterParameterGroup").getDbClusterParameterGroupOutput; export { GetDbInstanceArgs, GetDbInstanceResult, GetDbInstanceOutputArgs } from "./getDbInstance"; export declare const getDbInstance: typeof import("./getDbInstance").getDbInstance; export declare const getDbInstanceOutput: typeof import("./getDbInstance").getDbInstanceOutput; export { GetDbParameterGroupArgs, GetDbParameterGroupResult, GetDbParameterGroupOutputArgs } from "./getDbParameterGroup"; export declare const getDbParameterGroup: typeof import("./getDbParameterGroup").getDbParameterGroup; export declare const getDbParameterGroupOutput: typeof import("./getDbParameterGroup").getDbParameterGroupOutput; export { GetDbSubnetGroupArgs, GetDbSubnetGroupResult, GetDbSubnetGroupOutputArgs } from "./getDbSubnetGroup"; export declare const getDbSubnetGroup: typeof import("./getDbSubnetGroup").getDbSubnetGroup; export declare const getDbSubnetGroupOutput: typeof import("./getDbSubnetGroup").getDbSubnetGroupOutput;