@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines (6 loc) • 497 B
TypeScript
export { EntitlementArgs, EntitlementState } from "./entitlement";
export type Entitlement = import("./entitlement").Entitlement;
export declare const Entitlement: typeof import("./entitlement").Entitlement;
export { GetEntitlementArgs, GetEntitlementResult, GetEntitlementOutputArgs } from "./getEntitlement";
export declare const getEntitlement: typeof import("./getEntitlement").getEntitlement;
export declare const getEntitlementOutput: typeof import("./getEntitlement").getEntitlementOutput;