@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
25 lines • 1.81 kB
TypeScript
export { AnalysisRuleArgs, AnalysisRuleState } from "./analysisRule";
export type AnalysisRule = import("./analysisRule").AnalysisRule;
export declare const AnalysisRule: typeof import("./analysisRule").AnalysisRule;
export { AssessmentRuleArgs, AssessmentRuleState } from "./assessmentRule";
export type AssessmentRule = import("./assessmentRule").AssessmentRule;
export declare const AssessmentRule: typeof import("./assessmentRule").AssessmentRule;
export { AutoLabelingRuleArgs, AutoLabelingRuleState } from "./autoLabelingRule";
export type AutoLabelingRule = import("./autoLabelingRule").AutoLabelingRule;
export declare const AutoLabelingRule: typeof import("./autoLabelingRule").AutoLabelingRule;
export { EncryptionSpecArgs, EncryptionSpecState } from "./encryptionSpec";
export type EncryptionSpec = import("./encryptionSpec").EncryptionSpec;
export declare const EncryptionSpec: typeof import("./encryptionSpec").EncryptionSpec;
export { QaQuestionArgs, QaQuestionState } from "./qaQuestion";
export type QaQuestion = import("./qaQuestion").QaQuestion;
export declare const QaQuestion: typeof import("./qaQuestion").QaQuestion;
export { QaScorecardArgs, QaScorecardState } from "./qaScorecard";
export type QaScorecard = import("./qaScorecard").QaScorecard;
export declare const QaScorecard: typeof import("./qaScorecard").QaScorecard;
export { QaScorecardRevisionArgs, QaScorecardRevisionState } from "./qaScorecardRevision";
export type QaScorecardRevision = import("./qaScorecardRevision").QaScorecardRevision;
export declare const QaScorecardRevision: typeof import("./qaScorecardRevision").QaScorecardRevision;
export { ViewArgs, ViewState } from "./view";
export type View = import("./view").View;
export declare const View: typeof import("./view").View;
//# sourceMappingURL=index.d.ts.map