UNPKG

@pulumi/gcp

Version:

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

26 lines 1.21 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getBackupPlanOutput = exports.getBackupPlan = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); function getBackupPlan(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("gcp:backupdisasterrecovery/getBackupPlan:getBackupPlan", { "backupPlanId": args.backupPlanId, "location": args.location, "project": args.project, }, opts); } exports.getBackupPlan = getBackupPlan; function getBackupPlanOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("gcp:backupdisasterrecovery/getBackupPlan:getBackupPlan", { "backupPlanId": args.backupPlanId, "location": args.location, "project": args.project, }, opts); } exports.getBackupPlanOutput = getBackupPlanOutput; //# sourceMappingURL=getBackupPlan.js.map