UNPKG

@pulumi/yandex

Version:

A Pulumi package for creating and managing yandex cloud resources.

23 lines 983 B
"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.getMdbKafkaTopicOutput = exports.getMdbKafkaTopic = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getMdbKafkaTopic(args, opts) { if (!opts) { opts = {}; } opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); return pulumi.runtime.invoke("yandex:index/getMdbKafkaTopic:getMdbKafkaTopic", { "clusterId": args.clusterId, "name": args.name, }, opts); } exports.getMdbKafkaTopic = getMdbKafkaTopic; function getMdbKafkaTopicOutput(args, opts) { return pulumi.output(args).apply(a => getMdbKafkaTopic(a, opts)); } exports.getMdbKafkaTopicOutput = getMdbKafkaTopicOutput; //# sourceMappingURL=getMdbKafkaTopic.js.map