@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
10 lines (9 loc) • 678 B
TypeScript
export { ConnectionArgs, ConnectionState } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { EndpointAttachmentArgs, EndpointAttachmentState } from "./endpointAttachment";
export type EndpointAttachment = import("./endpointAttachment").EndpointAttachment;
export declare const EndpointAttachment: typeof import("./endpointAttachment").EndpointAttachment;
export { ManagedZoneArgs, ManagedZoneState } from "./managedZone";
export type ManagedZone = import("./managedZone").ManagedZone;
export declare const ManagedZone: typeof import("./managedZone").ManagedZone;