@pulumi/meraki
Version:
A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0
36 lines • 1.72 kB
JavaScript
;
// *** 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.getConfigTemplatesSwitchProfilesPortsOutput = exports.getConfigTemplatesSwitchProfilesPorts = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
/**
* ## Example Usage
*/
function getConfigTemplatesSwitchProfilesPorts(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("meraki:organizations/getConfigTemplatesSwitchProfilesPorts:getConfigTemplatesSwitchProfilesPorts", {
"configTemplateId": args.configTemplateId,
"organizationId": args.organizationId,
"portId": args.portId,
"profileId": args.profileId,
}, opts);
}
exports.getConfigTemplatesSwitchProfilesPorts = getConfigTemplatesSwitchProfilesPorts;
/**
* ## Example Usage
*/
function getConfigTemplatesSwitchProfilesPortsOutput(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("meraki:organizations/getConfigTemplatesSwitchProfilesPorts:getConfigTemplatesSwitchProfilesPorts", {
"configTemplateId": args.configTemplateId,
"organizationId": args.organizationId,
"portId": args.portId,
"profileId": args.profileId,
}, opts);
}
exports.getConfigTemplatesSwitchProfilesPortsOutput = getConfigTemplatesSwitchProfilesPortsOutput;
//# sourceMappingURL=getConfigTemplatesSwitchProfilesPorts.js.map