Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getWirelessSsidsFirewallL3FirewallRules({
networkId: "string",
number: "string",
});
export const merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_wireless_ssids_firewall_l3_firewall_rules(network_id="string",
number="string")
pulumi.export("merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample", example.item)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.LookupWirelessSsidsFirewallL3FirewallRules(ctx, &networks.LookupWirelessSsidsFirewallL3FirewallRulesArgs{
NetworkId: "string",
Number: "string",
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample", example.Item)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetWirelessSsidsFirewallL3FirewallRules.Invoke(new()
{
NetworkId = "string",
Number = "string",
});
return new Dictionary<string, object?>
{
["merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample"] = example.Apply(getWirelessSsidsFirewallL3FirewallRulesResult => getWirelessSsidsFirewallL3FirewallRulesResult.Item),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetWirelessSsidsFirewallL3FirewallRulesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = NetworksFunctions.getWirelessSsidsFirewallL3FirewallRules(GetWirelessSsidsFirewallL3FirewallRulesArgs.builder()
.networkId("string")
.number("string")
.build());
ctx.export("merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample", example.item());
}
}
variables:
example:
fn::invoke:
function: meraki:networks:getWirelessSsidsFirewallL3FirewallRules
arguments:
networkId: string
number: string
outputs:
merakiNetworksWirelessSsidsFirewallL3FirewallRulesExample: ${example.item}
Using getWirelessSsidsFirewallL3FirewallRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWirelessSsidsFirewallL3FirewallRules(args: GetWirelessSsidsFirewallL3FirewallRulesArgs, opts?: InvokeOptions): Promise<GetWirelessSsidsFirewallL3FirewallRulesResult>
function getWirelessSsidsFirewallL3FirewallRulesOutput(args: GetWirelessSsidsFirewallL3FirewallRulesOutputArgs, opts?: InvokeOptions): Output<GetWirelessSsidsFirewallL3FirewallRulesResult>def get_wireless_ssids_firewall_l3_firewall_rules(network_id: Optional[str] = None,
number: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWirelessSsidsFirewallL3FirewallRulesResult
def get_wireless_ssids_firewall_l3_firewall_rules_output(network_id: Optional[pulumi.Input[str]] = None,
number: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWirelessSsidsFirewallL3FirewallRulesResult]func LookupWirelessSsidsFirewallL3FirewallRules(ctx *Context, args *LookupWirelessSsidsFirewallL3FirewallRulesArgs, opts ...InvokeOption) (*LookupWirelessSsidsFirewallL3FirewallRulesResult, error)
func LookupWirelessSsidsFirewallL3FirewallRulesOutput(ctx *Context, args *LookupWirelessSsidsFirewallL3FirewallRulesOutputArgs, opts ...InvokeOption) LookupWirelessSsidsFirewallL3FirewallRulesResultOutput> Note: This function is named LookupWirelessSsidsFirewallL3FirewallRules in the Go SDK.
public static class GetWirelessSsidsFirewallL3FirewallRules
{
public static Task<GetWirelessSsidsFirewallL3FirewallRulesResult> InvokeAsync(GetWirelessSsidsFirewallL3FirewallRulesArgs args, InvokeOptions? opts = null)
public static Output<GetWirelessSsidsFirewallL3FirewallRulesResult> Invoke(GetWirelessSsidsFirewallL3FirewallRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWirelessSsidsFirewallL3FirewallRulesResult> getWirelessSsidsFirewallL3FirewallRules(GetWirelessSsidsFirewallL3FirewallRulesArgs args, InvokeOptions options)
public static Output<GetWirelessSsidsFirewallL3FirewallRulesResult> getWirelessSsidsFirewallL3FirewallRules(GetWirelessSsidsFirewallL3FirewallRulesArgs args, InvokeOptions options)
fn::invoke:
function: meraki:networks/getWirelessSsidsFirewallL3FirewallRules:getWirelessSsidsFirewallL3FirewallRules
arguments:
# arguments dictionaryThe following arguments are supported:
- network_
id str - networkId path parameter. Network ID
- number str
- number path parameter.
getWirelessSsidsFirewallL3FirewallRules Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Ssids Firewall L3Firewall Rules Item - Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Ssids Firewall L3Firewall Rules Item - Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Ssids Firewall L3Firewall Rules Item - network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Ssids Firewall L3Firewall Rules Item - network
Id string - networkId path parameter. Network ID
- number string
- number path parameter.
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Ssids Firewall L3Firewall Rules Item - network_
id str - networkId path parameter. Network ID
- number str
- number path parameter.
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
Supporting Types
GetWirelessSsidsFirewallL3FirewallRulesItem
- Rules
List<Get
Wireless Ssids Firewall L3Firewall Rules Item Rule> - An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
- Rules
[]Get
Wireless Ssids Firewall L3Firewall Rules Item Rule - An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
- rules
List<Get
Wireless Ssids Firewall L3Firewall Rules Item Rule> - An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
- rules
Get
Wireless Ssids Firewall L3Firewall Rules Item Rule[] - An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
- rules
Sequence[Get
Wireless Ssids Firewall L3Firewall Rules Item Rule] - An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
- rules List<Property Map>
- An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule).
GetWirelessSsidsFirewallL3FirewallRulesItemRule
- Comment string
- Description of the rule (optional)
- Dest
Cidr string - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- Dest
Port string - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- Policy string
- 'allow' or 'deny' traffic specified by this rule
- Protocol string
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
- Comment string
- Description of the rule (optional)
- Dest
Cidr string - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- Dest
Port string - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- Policy string
- 'allow' or 'deny' traffic specified by this rule
- Protocol string
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
- comment String
- Description of the rule (optional)
- dest
Cidr String - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- dest
Port String - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- policy String
- 'allow' or 'deny' traffic specified by this rule
- protocol String
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
- comment string
- Description of the rule (optional)
- dest
Cidr string - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- dest
Port string - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- policy string
- 'allow' or 'deny' traffic specified by this rule
- protocol string
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
- comment str
- Description of the rule (optional)
- dest_
cidr str - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- dest_
port str - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- policy str
- 'allow' or 'deny' traffic specified by this rule
- protocol str
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
- comment String
- Description of the rule (optional)
- dest
Cidr String - Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
- dest
Port String - Comma-separated list of destination port(s) (integer in the range 1-65535), or 'any'
- policy String
- 'allow' or 'deny' traffic specified by this rule
- protocol String
- The type of protocol (must be 'tcp', 'udp', 'icmp', 'icmp6' or 'any')
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
merakiTerraform Provider.
Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
