UNPKG

@pulumi/databricks

Version:

A Pulumi package for creating and managing databricks cloud resources.

32 lines 1.7 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getCleanRoomAutoApprovalRuleOutput = exports.getCleanRoomAutoApprovalRule = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getCleanRoomAutoApprovalRule(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("databricks:index/getCleanRoomAutoApprovalRule:getCleanRoomAutoApprovalRule", { "authorCollaboratorAlias": args.authorCollaboratorAlias, "authorScope": args.authorScope, "cleanRoomName": args.cleanRoomName, "runnerCollaboratorAlias": args.runnerCollaboratorAlias, "workspaceId": args.workspaceId, }, opts); } exports.getCleanRoomAutoApprovalRule = getCleanRoomAutoApprovalRule; function getCleanRoomAutoApprovalRuleOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAutoApprovalRule:getCleanRoomAutoApprovalRule", { "authorCollaboratorAlias": args.authorCollaboratorAlias, "authorScope": args.authorScope, "cleanRoomName": args.cleanRoomName, "runnerCollaboratorAlias": args.runnerCollaboratorAlias, "workspaceId": args.workspaceId, }, opts); } exports.getCleanRoomAutoApprovalRuleOutput = getCleanRoomAutoApprovalRuleOutput; //# sourceMappingURL=getCleanRoomAutoApprovalRule.js.map