@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
61 lines (60 loc) • 5.09 kB
TypeScript
export { AccessApprovalSettingsArgs, AccessApprovalSettingsState } from "./accessApprovalSettings";
export type AccessApprovalSettings = import("./accessApprovalSettings").AccessApprovalSettings;
export declare const AccessApprovalSettings: typeof import("./accessApprovalSettings").AccessApprovalSettings;
export { ApiKeyArgs, ApiKeyState } from "./apiKey";
export type ApiKey = import("./apiKey").ApiKey;
export declare const ApiKey: typeof import("./apiKey").ApiKey;
export { DefaultServiceAccountsArgs, DefaultServiceAccountsState } from "./defaultServiceAccounts";
export type DefaultServiceAccounts = import("./defaultServiceAccounts").DefaultServiceAccounts;
export declare const DefaultServiceAccounts: typeof import("./defaultServiceAccounts").DefaultServiceAccounts;
export { GetAncestryArgs, GetAncestryResult, GetAncestryOutputArgs } from "./getAncestry";
export declare const getAncestry: typeof import("./getAncestry").getAncestry;
export declare const getAncestryOutput: typeof import("./getAncestry").getAncestryOutput;
export { GetIamCustomRoleArgs, GetIamCustomRoleResult, GetIamCustomRoleOutputArgs } from "./getIamCustomRole";
export declare const getIamCustomRole: typeof import("./getIamCustomRole").getIamCustomRole;
export declare const getIamCustomRoleOutput: typeof import("./getIamCustomRole").getIamCustomRoleOutput;
export { GetIamCustomRolesArgs, GetIamCustomRolesResult, GetIamCustomRolesOutputArgs } from "./getIamCustomRoles";
export declare const getIamCustomRoles: typeof import("./getIamCustomRoles").getIamCustomRoles;
export declare const getIamCustomRolesOutput: typeof import("./getIamCustomRoles").getIamCustomRolesOutput;
export { GetIamPolicyArgs, GetIamPolicyResult, GetIamPolicyOutputArgs } from "./getIamPolicy";
export declare const getIamPolicy: typeof import("./getIamPolicy").getIamPolicy;
export declare const getIamPolicyOutput: typeof import("./getIamPolicy").getIamPolicyOutput;
export { GetOrganizationPolicyArgs, GetOrganizationPolicyResult, GetOrganizationPolicyOutputArgs } from "./getOrganizationPolicy";
export declare const getOrganizationPolicy: typeof import("./getOrganizationPolicy").getOrganizationPolicy;
export declare const getOrganizationPolicyOutput: typeof import("./getOrganizationPolicy").getOrganizationPolicyOutput;
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
export declare const getProject: typeof import("./getProject").getProject;
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
export { GetProjectServiceArgs, GetProjectServiceResult, GetProjectServiceOutputArgs } from "./getProjectService";
export declare const getProjectService: typeof import("./getProjectService").getProjectService;
export declare const getProjectServiceOutput: typeof import("./getProjectService").getProjectServiceOutput;
export { IamMemberRemoveArgs, IamMemberRemoveState } from "./iamMemberRemove";
export type IamMemberRemove = import("./iamMemberRemove").IamMemberRemove;
export declare const IamMemberRemove: typeof import("./iamMemberRemove").IamMemberRemove;
export { IAMAuditConfigArgs, IAMAuditConfigState } from "./iamauditConfig";
export type IAMAuditConfig = import("./iamauditConfig").IAMAuditConfig;
export declare const IAMAuditConfig: typeof import("./iamauditConfig").IAMAuditConfig;
export { IAMBindingArgs, IAMBindingState } from "./iambinding";
export type IAMBinding = import("./iambinding").IAMBinding;
export declare const IAMBinding: typeof import("./iambinding").IAMBinding;
export { IAMCustomRoleArgs, IAMCustomRoleState } from "./iamcustomRole";
export type IAMCustomRole = import("./iamcustomRole").IAMCustomRole;
export declare const IAMCustomRole: typeof import("./iamcustomRole").IAMCustomRole;
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 { OrganizationPolicyArgs, OrganizationPolicyState } from "./organizationPolicy";
export type OrganizationPolicy = import("./organizationPolicy").OrganizationPolicy;
export declare const OrganizationPolicy: typeof import("./organizationPolicy").OrganizationPolicy;
export { ServiceArgs, ServiceState } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
export { ServiceIdentityArgs, ServiceIdentityState } from "./serviceIdentity";
export type ServiceIdentity = import("./serviceIdentity").ServiceIdentity;
export declare const ServiceIdentity: typeof import("./serviceIdentity").ServiceIdentity;
export { UsageExportBucketArgs, UsageExportBucketState } from "./usageExportBucket";
export type UsageExportBucket = import("./usageExportBucket").UsageExportBucket;
export declare const UsageExportBucket: typeof import("./usageExportBucket").UsageExportBucket;