UNPKG

@pulumi/meraki

Version:

A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0

34 lines 1.49 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.getWirelessSsidsIdentityPsksOutput = exports.getWirelessSsidsIdentityPsks = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * ## Example Usage */ function getWirelessSsidsIdentityPsks(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("meraki:networks/getWirelessSsidsIdentityPsks:getWirelessSsidsIdentityPsks", { "identityPskId": args.identityPskId, "networkId": args.networkId, "number": args.number, }, opts); } exports.getWirelessSsidsIdentityPsks = getWirelessSsidsIdentityPsks; /** * ## Example Usage */ function getWirelessSsidsIdentityPsksOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("meraki:networks/getWirelessSsidsIdentityPsks:getWirelessSsidsIdentityPsks", { "identityPskId": args.identityPskId, "networkId": args.networkId, "number": args.number, }, opts); } exports.getWirelessSsidsIdentityPsksOutput = getWirelessSsidsIdentityPsksOutput; //# sourceMappingURL=getWirelessSsidsIdentityPsks.js.map