UNPKG

@pulumi/aws

Version:

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

7 lines (6 loc) 344 B
export { ConnectionArgs, ConnectionState } from "./connection"; export type Connection = import("./connection").Connection; export declare const Connection: typeof import("./connection").Connection; export { HostArgs, HostState } from "./host"; export type Host = import("./host").Host; export declare const Host: typeof import("./host").Host;