@pulumi/consul
Version:
A Pulumi package for creating and managing consul resources.
36 lines • 1.84 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.getConfigEntryV2ExportedServicesOutput = exports.getConfigEntryV2ExportedServices = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getConfigEntryV2ExportedServices(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("consul:index/getConfigEntryV2ExportedServices:getConfigEntryV2ExportedServices", {
"kind": args.kind,
"name": args.name,
"namespace": args.namespace,
"partition": args.partition,
"partitionConsumers": args.partitionConsumers,
"peerConsumers": args.peerConsumers,
"samenessGroupConsumers": args.samenessGroupConsumers,
"services": args.services,
}, opts);
}
exports.getConfigEntryV2ExportedServices = getConfigEntryV2ExportedServices;
function getConfigEntryV2ExportedServicesOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("consul:index/getConfigEntryV2ExportedServices:getConfigEntryV2ExportedServices", {
"kind": args.kind,
"name": args.name,
"namespace": args.namespace,
"partition": args.partition,
"partitionConsumers": args.partitionConsumers,
"peerConsumers": args.peerConsumers,
"samenessGroupConsumers": args.samenessGroupConsumers,
"services": args.services,
}, opts);
}
exports.getConfigEntryV2ExportedServicesOutput = getConfigEntryV2ExportedServicesOutput;
//# sourceMappingURL=getConfigEntryV2ExportedServices.js.map