@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
37 lines (36 loc) • 2.83 kB
TypeScript
export { AccountArgs, AccountState } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
export declare const getAccount: typeof import("./getAccount").getAccount;
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
export { GetAccountAccessTokenArgs, GetAccountAccessTokenResult, GetAccountAccessTokenOutputArgs } from "./getAccountAccessToken";
export declare const getAccountAccessToken: typeof import("./getAccountAccessToken").getAccountAccessToken;
export declare const getAccountAccessTokenOutput: typeof import("./getAccountAccessToken").getAccountAccessTokenOutput;
export { GetAccountIdTokenArgs, GetAccountIdTokenResult, GetAccountIdTokenOutputArgs } from "./getAccountIdToken";
export declare const getAccountIdToken: typeof import("./getAccountIdToken").getAccountIdToken;
export declare const getAccountIdTokenOutput: typeof import("./getAccountIdToken").getAccountIdTokenOutput;
export { GetAccountJwtArgs, GetAccountJwtResult, GetAccountJwtOutputArgs } from "./getAccountJwt";
export declare const getAccountJwt: typeof import("./getAccountJwt").getAccountJwt;
export declare const getAccountJwtOutput: typeof import("./getAccountJwt").getAccountJwtOutput;
export { GetAccountKeyArgs, GetAccountKeyResult, GetAccountKeyOutputArgs } from "./getAccountKey";
export declare const getAccountKey: typeof import("./getAccountKey").getAccountKey;
export declare const getAccountKeyOutput: typeof import("./getAccountKey").getAccountKeyOutput;
export { GetIamPolicyArgs, GetIamPolicyResult, GetIamPolicyOutputArgs } from "./getIamPolicy";
export declare const getIamPolicy: typeof import("./getIamPolicy").getIamPolicy;
export declare const getIamPolicyOutput: typeof import("./getIamPolicy").getIamPolicyOutput;
export { GetSArgs, GetSResult, GetSOutputArgs } from "./getS";
export declare const getS: typeof import("./getS").getS;
export declare const getSOutput: typeof import("./getS").getSOutput;
export { IAMBindingArgs, IAMBindingState } from "./iambinding";
export type IAMBinding = import("./iambinding").IAMBinding;
export declare const IAMBinding: typeof import("./iambinding").IAMBinding;
export { IAMMemberArgs, IAMMemberState } from "./iammember";
export type IAMMember = import("./iammember").IAMMember;
export declare const IAMMember: typeof import("./iammember").IAMMember;
export { IAMPolicyArgs, IAMPolicyState } from "./iampolicy";
export type IAMPolicy = import("./iampolicy").IAMPolicy;
export declare const IAMPolicy: typeof import("./iampolicy").IAMPolicy;
export { KeyArgs, KeyState } from "./key";
export type Key = import("./key").Key;
export declare const Key: typeof import("./key").Key;