UNPKG

@pulumi/harness

Version:

A Pulumi package for creating and managing Harness resources.

52 lines 2.15 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.getAzureGatewayOutput = exports.getAzureGateway = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Data source for AWS Autostopping proxy */ function getAzureGateway(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("harness:autostopping/getAzureGateway:getAzureGateway", { "appGatewayId": args.appGatewayId, "azureFuncRegion": args.azureFuncRegion, "certificateId": args.certificateId, "cloudConnectorId": args.cloudConnectorId, "deleteCloudResourcesOnDestroy": args.deleteCloudResourcesOnDestroy, "frontendIp": args.frontendIp, "hostName": args.hostName, "name": args.name, "region": args.region, "resourceGroup": args.resourceGroup, "skuSize": args.skuSize, "subnetId": args.subnetId, "vpc": args.vpc, }, opts); } exports.getAzureGateway = getAzureGateway; /** * Data source for AWS Autostopping proxy */ function getAzureGatewayOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("harness:autostopping/getAzureGateway:getAzureGateway", { "appGatewayId": args.appGatewayId, "azureFuncRegion": args.azureFuncRegion, "certificateId": args.certificateId, "cloudConnectorId": args.cloudConnectorId, "deleteCloudResourcesOnDestroy": args.deleteCloudResourcesOnDestroy, "frontendIp": args.frontendIp, "hostName": args.hostName, "name": args.name, "region": args.region, "resourceGroup": args.resourceGroup, "skuSize": args.skuSize, "subnetId": args.subnetId, "vpc": args.vpc, }, opts); } exports.getAzureGatewayOutput = getAzureGatewayOutput; //# sourceMappingURL=getAzureGateway.js.map