UNPKG

pulumi-logtail

Version:

A Pulumi provider for managing Logtail log management and analytics resources, dynamically bridged from the Terraform Logtail provider with support for sources, metrics, and log aggregation.

25 lines (24 loc) 1.56 kB
export { GetMetricArgs, GetMetricResult, GetMetricOutputArgs } from "./getMetric"; export declare const getMetric: typeof import("./getMetric").getMetric; export declare const getMetricOutput: typeof import("./getMetric").getMetricOutput; export { GetSourceArgs, GetSourceResult, GetSourceOutputArgs } from "./getSource"; export declare const getSource: typeof import("./getSource").getSource; export declare const getSourceOutput: typeof import("./getSource").getSourceOutput; export { GetSourceGroupArgs, GetSourceGroupResult, GetSourceGroupOutputArgs } from "./getSourceGroup"; export declare const getSourceGroup: typeof import("./getSourceGroup").getSourceGroup; export declare const getSourceGroupOutput: typeof import("./getSourceGroup").getSourceGroupOutput; export { MetricArgs, MetricState } from "./metric"; export type Metric = import("./metric").Metric; export declare const Metric: typeof import("./metric").Metric; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { SourceArgs, SourceState } from "./source"; export type Source = import("./source").Source; export declare const Source: typeof import("./source").Source; export { SourceGroupArgs, SourceGroupState } from "./sourceGroup"; export type SourceGroup = import("./sourceGroup").SourceGroup; export declare const SourceGroup: typeof import("./sourceGroup").SourceGroup; import * as config from "./config"; import * as types from "./types"; export { config, types, };