@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
52 lines (51 loc) • 4.58 kB
TypeScript
export { AlertPolicyArgs, AlertPolicyState } from "./alertPolicy";
export type AlertPolicy = import("./alertPolicy").AlertPolicy;
export declare const AlertPolicy: typeof import("./alertPolicy").AlertPolicy;
export { CustomServiceArgs, CustomServiceState } from "./customService";
export type CustomService = import("./customService").CustomService;
export declare const CustomService: typeof import("./customService").CustomService;
export { DashboardArgs, DashboardState } from "./dashboard";
export type Dashboard = import("./dashboard").Dashboard;
export declare const Dashboard: typeof import("./dashboard").Dashboard;
export { GenericServiceArgs, GenericServiceState } from "./genericService";
export type GenericService = import("./genericService").GenericService;
export declare const GenericService: typeof import("./genericService").GenericService;
export { GetAppEngineServiceArgs, GetAppEngineServiceResult, GetAppEngineServiceOutputArgs } from "./getAppEngineService";
export declare const getAppEngineService: typeof import("./getAppEngineService").getAppEngineService;
export declare const getAppEngineServiceOutput: typeof import("./getAppEngineService").getAppEngineServiceOutput;
export { GetClusterIstioServiceArgs, GetClusterIstioServiceResult, GetClusterIstioServiceOutputArgs } from "./getClusterIstioService";
export declare const getClusterIstioService: typeof import("./getClusterIstioService").getClusterIstioService;
export declare const getClusterIstioServiceOutput: typeof import("./getClusterIstioService").getClusterIstioServiceOutput;
export { GetIstioCanonicalServiceArgs, GetIstioCanonicalServiceResult, GetIstioCanonicalServiceOutputArgs } from "./getIstioCanonicalService";
export declare const getIstioCanonicalService: typeof import("./getIstioCanonicalService").getIstioCanonicalService;
export declare const getIstioCanonicalServiceOutput: typeof import("./getIstioCanonicalService").getIstioCanonicalServiceOutput;
export { GetMeshIstioServiceArgs, GetMeshIstioServiceResult, GetMeshIstioServiceOutputArgs } from "./getMeshIstioService";
export declare const getMeshIstioService: typeof import("./getMeshIstioService").getMeshIstioService;
export declare const getMeshIstioServiceOutput: typeof import("./getMeshIstioService").getMeshIstioServiceOutput;
export { GetNotificationChannelArgs, GetNotificationChannelResult, GetNotificationChannelOutputArgs } from "./getNotificationChannel";
export declare const getNotificationChannel: typeof import("./getNotificationChannel").getNotificationChannel;
export declare const getNotificationChannelOutput: typeof import("./getNotificationChannel").getNotificationChannelOutput;
export { GetSecretVersionArgs, GetSecretVersionResult, GetSecretVersionOutputArgs } from "./getSecretVersion";
export declare const getSecretVersion: typeof import("./getSecretVersion").getSecretVersion;
export declare const getSecretVersionOutput: typeof import("./getSecretVersion").getSecretVersionOutput;
export { GetUptimeCheckIPsResult } from "./getUptimeCheckIPs";
export declare const getUptimeCheckIPs: typeof import("./getUptimeCheckIPs").getUptimeCheckIPs;
export declare const getUptimeCheckIPsOutput: typeof import("./getUptimeCheckIPs").getUptimeCheckIPsOutput;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { MetricDescriptorArgs, MetricDescriptorState } from "./metricDescriptor";
export type MetricDescriptor = import("./metricDescriptor").MetricDescriptor;
export declare const MetricDescriptor: typeof import("./metricDescriptor").MetricDescriptor;
export { MonitoredProjectArgs, MonitoredProjectState } from "./monitoredProject";
export type MonitoredProject = import("./monitoredProject").MonitoredProject;
export declare const MonitoredProject: typeof import("./monitoredProject").MonitoredProject;
export { NotificationChannelArgs, NotificationChannelState } from "./notificationChannel";
export type NotificationChannel = import("./notificationChannel").NotificationChannel;
export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel;
export { SloArgs, SloState } from "./slo";
export type Slo = import("./slo").Slo;
export declare const Slo: typeof import("./slo").Slo;
export { UptimeCheckConfigArgs, UptimeCheckConfigState } from "./uptimeCheckConfig";
export type UptimeCheckConfig = import("./uptimeCheckConfig").UptimeCheckConfig;
export declare const UptimeCheckConfig: typeof import("./uptimeCheckConfig").UptimeCheckConfig;