@pulumi/databricks
Version:
A Pulumi package for creating and managing databricks cloud resources.
28 lines • 1.59 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.getMaterializedFeaturesFeatureTagOutput = exports.getMaterializedFeaturesFeatureTag = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
*/
function getMaterializedFeaturesFeatureTag(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
"key": args.key,
}, opts);
}
exports.getMaterializedFeaturesFeatureTag = getMaterializedFeaturesFeatureTag;
/**
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
*/
function getMaterializedFeaturesFeatureTagOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
"key": args.key,
}, opts);
}
exports.getMaterializedFeaturesFeatureTagOutput = getMaterializedFeaturesFeatureTagOutput;
//# sourceMappingURL=getMaterializedFeaturesFeatureTag.js.map