@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines (6 loc) • 362 B
TypeScript
export { AnalysisRuleArgs, AnalysisRuleState } from "./analysisRule";
export type AnalysisRule = import("./analysisRule").AnalysisRule;
export declare const AnalysisRule: typeof import("./analysisRule").AnalysisRule;
export { ViewArgs, ViewState } from "./view";
export type View = import("./view").View;
export declare const View: typeof import("./view").View;