UNPKG

@pulumiverse/dynatrace

Version:

A Pulumi package for creating and managing Dynatrace cloud resources.

24 lines 1.38 kB
"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.getSyntheticNodesOutput = exports.getSyntheticNodes = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * The synthetic locations data source queries for all available Synthetic Nodes. The data source doesn't need to get configured. It always provides the full list of synthetic nodes. */ function getSyntheticNodes(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("dynatrace:index/getSyntheticNodes:getSyntheticNodes", {}, opts); } exports.getSyntheticNodes = getSyntheticNodes; /** * The synthetic locations data source queries for all available Synthetic Nodes. The data source doesn't need to get configured. It always provides the full list of synthetic nodes. */ function getSyntheticNodesOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("dynatrace:index/getSyntheticNodes:getSyntheticNodes", {}, opts); } exports.getSyntheticNodesOutput = getSyntheticNodesOutput; //# sourceMappingURL=getSyntheticNodes.js.map