UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

46 lines 3.16 kB
"use strict"; // *** 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.getForwardingControlProxyGatewayOutput = exports.getForwardingControlProxyGateway = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * * [Official documentation](https://help.zscaler.com/zia/about-gateways-proxies) * * [API documentation](https://help.zscaler.com/zia/forwarding-control-policy#/proxyGateways-get) * * Use the **zia_forwarding_control_proxy_gateway** data source to retrieve the proxy gateway information. This data source can then be associated with the attribute `proxyGateway` when creating a Forwarding Control Rule via the resource: `zia.ForwardingControlRule` * * ## Example Usage */ /** @deprecated zia.index/getforwardingcontrolproxygateway.getForwardingControlProxyGateway has been deprecated in favor of zia.index/getforwardingproxygateway.getForwardingProxyGateway */ function getForwardingControlProxyGateway(args, opts) { pulumi.log.warn("getForwardingControlProxyGateway is deprecated: zia.index/getforwardingcontrolproxygateway.getForwardingControlProxyGateway has been deprecated in favor of zia.index/getforwardingproxygateway.getForwardingProxyGateway"); args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getForwardingControlProxyGateway:getForwardingControlProxyGateway", { "id": args.id, "name": args.name, }, opts); } exports.getForwardingControlProxyGateway = getForwardingControlProxyGateway; /** * * [Official documentation](https://help.zscaler.com/zia/about-gateways-proxies) * * [API documentation](https://help.zscaler.com/zia/forwarding-control-policy#/proxyGateways-get) * * Use the **zia_forwarding_control_proxy_gateway** data source to retrieve the proxy gateway information. This data source can then be associated with the attribute `proxyGateway` when creating a Forwarding Control Rule via the resource: `zia.ForwardingControlRule` * * ## Example Usage */ /** @deprecated zia.index/getforwardingcontrolproxygateway.getForwardingControlProxyGateway has been deprecated in favor of zia.index/getforwardingproxygateway.getForwardingProxyGateway */ function getForwardingControlProxyGatewayOutput(args, opts) { pulumi.log.warn("getForwardingControlProxyGateway is deprecated: zia.index/getforwardingcontrolproxygateway.getForwardingControlProxyGateway has been deprecated in favor of zia.index/getforwardingproxygateway.getForwardingProxyGateway"); args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getForwardingControlProxyGateway:getForwardingControlProxyGateway", { "id": args.id, "name": args.name, }, opts); } exports.getForwardingControlProxyGatewayOutput = getForwardingControlProxyGatewayOutput; //# sourceMappingURL=getForwardingControlProxyGateway.js.map