@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
31 lines (30 loc) • 2.88 kB
TypeScript
export { BackupPlanArgs, BackupPlanState } from "./backupPlan";
export type BackupPlan = import("./backupPlan").BackupPlan;
export declare const BackupPlan: typeof import("./backupPlan").BackupPlan;
export { BackupPlanIamBindingArgs, BackupPlanIamBindingState } from "./backupPlanIamBinding";
export type BackupPlanIamBinding = import("./backupPlanIamBinding").BackupPlanIamBinding;
export declare const BackupPlanIamBinding: typeof import("./backupPlanIamBinding").BackupPlanIamBinding;
export { BackupPlanIamMemberArgs, BackupPlanIamMemberState } from "./backupPlanIamMember";
export type BackupPlanIamMember = import("./backupPlanIamMember").BackupPlanIamMember;
export declare const BackupPlanIamMember: typeof import("./backupPlanIamMember").BackupPlanIamMember;
export { BackupPlanIamPolicyArgs, BackupPlanIamPolicyState } from "./backupPlanIamPolicy";
export type BackupPlanIamPolicy = import("./backupPlanIamPolicy").BackupPlanIamPolicy;
export declare const BackupPlanIamPolicy: typeof import("./backupPlanIamPolicy").BackupPlanIamPolicy;
export { GetBackupPlanIamPolicyArgs, GetBackupPlanIamPolicyResult, GetBackupPlanIamPolicyOutputArgs } from "./getBackupPlanIamPolicy";
export declare const getBackupPlanIamPolicy: typeof import("./getBackupPlanIamPolicy").getBackupPlanIamPolicy;
export declare const getBackupPlanIamPolicyOutput: typeof import("./getBackupPlanIamPolicy").getBackupPlanIamPolicyOutput;
export { GetRestorePlanIamPolicyArgs, GetRestorePlanIamPolicyResult, GetRestorePlanIamPolicyOutputArgs } from "./getRestorePlanIamPolicy";
export declare const getRestorePlanIamPolicy: typeof import("./getRestorePlanIamPolicy").getRestorePlanIamPolicy;
export declare const getRestorePlanIamPolicyOutput: typeof import("./getRestorePlanIamPolicy").getRestorePlanIamPolicyOutput;
export { RestorePlanArgs, RestorePlanState } from "./restorePlan";
export type RestorePlan = import("./restorePlan").RestorePlan;
export declare const RestorePlan: typeof import("./restorePlan").RestorePlan;
export { RestorePlanIamBindingArgs, RestorePlanIamBindingState } from "./restorePlanIamBinding";
export type RestorePlanIamBinding = import("./restorePlanIamBinding").RestorePlanIamBinding;
export declare const RestorePlanIamBinding: typeof import("./restorePlanIamBinding").RestorePlanIamBinding;
export { RestorePlanIamMemberArgs, RestorePlanIamMemberState } from "./restorePlanIamMember";
export type RestorePlanIamMember = import("./restorePlanIamMember").RestorePlanIamMember;
export declare const RestorePlanIamMember: typeof import("./restorePlanIamMember").RestorePlanIamMember;
export { RestorePlanIamPolicyArgs, RestorePlanIamPolicyState } from "./restorePlanIamPolicy";
export type RestorePlanIamPolicy = import("./restorePlanIamPolicy").RestorePlanIamPolicy;
export declare const RestorePlanIamPolicy: typeof import("./restorePlanIamPolicy").RestorePlanIamPolicy;