@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
25 lines (24 loc) • 2.26 kB
TypeScript
export { GetRuntimeTemplateIamPolicyArgs, GetRuntimeTemplateIamPolicyResult, GetRuntimeTemplateIamPolicyOutputArgs } from "./getRuntimeTemplateIamPolicy";
export declare const getRuntimeTemplateIamPolicy: typeof import("./getRuntimeTemplateIamPolicy").getRuntimeTemplateIamPolicy;
export declare const getRuntimeTemplateIamPolicyOutput: typeof import("./getRuntimeTemplateIamPolicy").getRuntimeTemplateIamPolicyOutput;
export { NotebookExecutionArgs, NotebookExecutionState } from "./notebookExecution";
export type NotebookExecution = import("./notebookExecution").NotebookExecution;
export declare const NotebookExecution: typeof import("./notebookExecution").NotebookExecution;
export { RuntimeArgs, RuntimeState } from "./runtime";
export type Runtime = import("./runtime").Runtime;
export declare const Runtime: typeof import("./runtime").Runtime;
export { RuntimeTemplateArgs, RuntimeTemplateState } from "./runtimeTemplate";
export type RuntimeTemplate = import("./runtimeTemplate").RuntimeTemplate;
export declare const RuntimeTemplate: typeof import("./runtimeTemplate").RuntimeTemplate;
export { RuntimeTemplateIamBindingArgs, RuntimeTemplateIamBindingState } from "./runtimeTemplateIamBinding";
export type RuntimeTemplateIamBinding = import("./runtimeTemplateIamBinding").RuntimeTemplateIamBinding;
export declare const RuntimeTemplateIamBinding: typeof import("./runtimeTemplateIamBinding").RuntimeTemplateIamBinding;
export { RuntimeTemplateIamMemberArgs, RuntimeTemplateIamMemberState } from "./runtimeTemplateIamMember";
export type RuntimeTemplateIamMember = import("./runtimeTemplateIamMember").RuntimeTemplateIamMember;
export declare const RuntimeTemplateIamMember: typeof import("./runtimeTemplateIamMember").RuntimeTemplateIamMember;
export { RuntimeTemplateIamPolicyArgs, RuntimeTemplateIamPolicyState } from "./runtimeTemplateIamPolicy";
export type RuntimeTemplateIamPolicy = import("./runtimeTemplateIamPolicy").RuntimeTemplateIamPolicy;
export declare const RuntimeTemplateIamPolicy: typeof import("./runtimeTemplateIamPolicy").RuntimeTemplateIamPolicy;
export { ScheduleArgs, ScheduleState } from "./schedule";
export type Schedule = import("./schedule").Schedule;
export declare const Schedule: typeof import("./schedule").Schedule;