@pulumi/signalfx
Version:
A Pulumi package for creating and managing SignalFx resources.
7 lines (6 loc) • 497 B
TypeScript
export { GetIntegrationArgs, GetIntegrationResult, GetIntegrationOutputArgs } from "./getIntegration";
export declare const getIntegration: typeof import("./getIntegration").getIntegration;
export declare const getIntegrationOutput: typeof import("./getIntegration").getIntegrationOutput;
export { IntegrationArgs, IntegrationState } from "./integration";
export type Integration = import("./integration").Integration;
export declare const Integration: typeof import("./integration").Integration;