UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

22 lines (21 loc) 1.68 kB
export { AccountIamBindingArgs, AccountIamBindingState } from "./accountIamBinding"; export type AccountIamBinding = import("./accountIamBinding").AccountIamBinding; export declare const AccountIamBinding: typeof import("./accountIamBinding").AccountIamBinding; export { AccountIamMemberArgs, AccountIamMemberState } from "./accountIamMember"; export type AccountIamMember = import("./accountIamMember").AccountIamMember; export declare const AccountIamMember: typeof import("./accountIamMember").AccountIamMember; export { AccountIamPolicyArgs, AccountIamPolicyState } from "./accountIamPolicy"; export type AccountIamPolicy = import("./accountIamPolicy").AccountIamPolicy; export declare const AccountIamPolicy: typeof import("./accountIamPolicy").AccountIamPolicy; export { BudgetArgs, BudgetState } from "./budget"; export type Budget = import("./budget").Budget; export declare const Budget: typeof import("./budget").Budget; export { GetAccountIamPolicyArgs, GetAccountIamPolicyResult, GetAccountIamPolicyOutputArgs } from "./getAccountIamPolicy"; export declare const getAccountIamPolicy: typeof import("./getAccountIamPolicy").getAccountIamPolicy; export declare const getAccountIamPolicyOutput: typeof import("./getAccountIamPolicy").getAccountIamPolicyOutput; export { ProjectInfoArgs, ProjectInfoState } from "./projectInfo"; export type ProjectInfo = import("./projectInfo").ProjectInfo; export declare const ProjectInfo: typeof import("./projectInfo").ProjectInfo; export { SubAccountArgs, SubAccountState } from "./subAccount"; export type SubAccount = import("./subAccount").SubAccount; export declare const SubAccount: typeof import("./subAccount").SubAccount;