UNPKG

@pulumi/gcp

Version:

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

25 lines (24 loc) 1.83 kB
export { DomainMappingArgs, DomainMappingState } from "./domainMapping"; export type DomainMapping = import("./domainMapping").DomainMapping; export declare const DomainMapping: typeof import("./domainMapping").DomainMapping; export { GetLocationsArgs, GetLocationsResult, GetLocationsOutputArgs } from "./getLocations"; export declare const getLocations: typeof import("./getLocations").getLocations; export declare const getLocationsOutput: typeof import("./getLocations").getLocationsOutput; export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { GetServiceIamPolicyArgs, GetServiceIamPolicyResult, GetServiceIamPolicyOutputArgs } from "./getServiceIamPolicy"; export declare const getServiceIamPolicy: typeof import("./getServiceIamPolicy").getServiceIamPolicy; export declare const getServiceIamPolicyOutput: typeof import("./getServiceIamPolicy").getServiceIamPolicyOutput; 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 { ServiceArgs, ServiceState } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service;