@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
37 lines • 2.54 kB
TypeScript
export { DashboardChartArgs, DashboardChartState } from "./dashboardChart";
export type DashboardChart = import("./dashboardChart").DashboardChart;
export declare const DashboardChart: typeof import("./dashboardChart").DashboardChart;
export { DataAccessLabelArgs, DataAccessLabelState } from "./dataAccessLabel";
export type DataAccessLabel = import("./dataAccessLabel").DataAccessLabel;
export declare const DataAccessLabel: typeof import("./dataAccessLabel").DataAccessLabel;
export { DataAccessScopeArgs, DataAccessScopeState } from "./dataAccessScope";
export type DataAccessScope = import("./dataAccessScope").DataAccessScope;
export declare const DataAccessScope: typeof import("./dataAccessScope").DataAccessScope;
export { DataTableArgs, DataTableState } from "./dataTable";
export type DataTable = import("./dataTable").DataTable;
export declare const DataTable: typeof import("./dataTable").DataTable;
export { DataTableRowArgs, DataTableRowState } from "./dataTableRow";
export type DataTableRow = import("./dataTableRow").DataTableRow;
export declare const DataTableRow: typeof import("./dataTableRow").DataTableRow;
export { FeedArgs, FeedState } from "./feed";
export type Feed = import("./feed").Feed;
export declare const Feed: typeof import("./feed").Feed;
export { NativeDashboardArgs, NativeDashboardState } from "./nativeDashboard";
export type NativeDashboard = import("./nativeDashboard").NativeDashboard;
export declare const NativeDashboard: typeof import("./nativeDashboard").NativeDashboard;
export { ReferenceListArgs, ReferenceListState } from "./referenceList";
export type ReferenceList = import("./referenceList").ReferenceList;
export declare const ReferenceList: typeof import("./referenceList").ReferenceList;
export { RetrohuntArgs, RetrohuntState } from "./retrohunt";
export type Retrohunt = import("./retrohunt").Retrohunt;
export declare const Retrohunt: typeof import("./retrohunt").Retrohunt;
export { RuleArgs, RuleState } from "./rule";
export type Rule = import("./rule").Rule;
export declare const Rule: typeof import("./rule").Rule;
export { RuleDeploymentArgs, RuleDeploymentState } from "./ruleDeployment";
export type RuleDeployment = import("./ruleDeployment").RuleDeployment;
export declare const RuleDeployment: typeof import("./ruleDeployment").RuleDeployment;
export { WatchlistArgs, WatchlistState } from "./watchlist";
export type Watchlist = import("./watchlist").Watchlist;
export declare const Watchlist: typeof import("./watchlist").Watchlist;
//# sourceMappingURL=index.d.ts.map