UNPKG

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

4 lines (3 loc) 190 B
export { CertificateArgs } from "./certificate"; export type Certificate = import("./certificate").Certificate; export declare const Certificate: typeof import("./certificate").Certificate;