@cloudtoolkit/aws
Version:
The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.
8 lines (7 loc) • 374 B
TypeScript
export { AuroraMysqlArgs } from "./auroraMysql";
export type AuroraMysql = import("./auroraMysql").AuroraMysql;
export declare const AuroraMysql: typeof import("./auroraMysql").AuroraMysql;
export { MysqlArgs } from "./mysql";
export type Mysql = import("./mysql").Mysql;
export declare const Mysql: typeof import("./mysql").Mysql;
export * from "../types/enums/databases";