@pulumi/databricks
Version:
A Pulumi package for creating and managing databricks cloud resources.
36 lines • 1.97 kB
JavaScript
;
// *** 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.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
*
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
*
* ## Example Usage
*
* Referring to RFA access request destinations by securable type and full name:
*/
function getRfaAccessRequestDestinations(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
}
exports.getRfaAccessRequestDestinations = getRfaAccessRequestDestinations;
/**
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
*
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
*
* ## Example Usage
*
* Referring to RFA access request destinations by securable type and full name:
*/
function getRfaAccessRequestDestinationsOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
}
exports.getRfaAccessRequestDestinationsOutput = getRfaAccessRequestDestinationsOutput;
//# sourceMappingURL=getRfaAccessRequestDestinations.js.map