Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getFirewallFilteringDestinationGroups
Explore with Pulumi AI
Use the zia_firewall_filtering_destination_groups data source to get information about IP destination groups option available in the Zscaler Internet Access cloud firewall. This data source can then be associated with a ZIA firewall filtering rule.
Example Usage
# ZIA Destination Groups
data "zia_firewall_filtering_destination_groups" "example" {
name = "example"
}
Using getFirewallFilteringDestinationGroups
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 getFirewallFilteringDestinationGroups(args: GetFirewallFilteringDestinationGroupsArgs, opts?: InvokeOptions): Promise<GetFirewallFilteringDestinationGroupsResult>
function getFirewallFilteringDestinationGroupsOutput(args: GetFirewallFilteringDestinationGroupsOutputArgs, opts?: InvokeOptions): Output<GetFirewallFilteringDestinationGroupsResult>
def get_firewall_filtering_destination_groups(id: Optional[int] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallFilteringDestinationGroupsResult
def get_firewall_filtering_destination_groups_output(id: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallFilteringDestinationGroupsResult]
func LookupFirewallFilteringDestinationGroups(ctx *Context, args *LookupFirewallFilteringDestinationGroupsArgs, opts ...InvokeOption) (*LookupFirewallFilteringDestinationGroupsResult, error)
func LookupFirewallFilteringDestinationGroupsOutput(ctx *Context, args *LookupFirewallFilteringDestinationGroupsOutputArgs, opts ...InvokeOption) LookupFirewallFilteringDestinationGroupsResultOutput
> Note: This function is named LookupFirewallFilteringDestinationGroups
in the Go SDK.
public static class GetFirewallFilteringDestinationGroups
{
public static Task<GetFirewallFilteringDestinationGroupsResult> InvokeAsync(GetFirewallFilteringDestinationGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallFilteringDestinationGroupsResult> Invoke(GetFirewallFilteringDestinationGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallFilteringDestinationGroupsResult> getFirewallFilteringDestinationGroups(GetFirewallFilteringDestinationGroupsArgs args, InvokeOptions options)
public static Output<GetFirewallFilteringDestinationGroupsResult> getFirewallFilteringDestinationGroups(GetFirewallFilteringDestinationGroupsArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getFirewallFilteringDestinationGroups:getFirewallFilteringDestinationGroups
arguments:
# arguments dictionary
The following arguments are supported:
getFirewallFilteringDestinationGroups Result
The following output properties are available:
- Addresses List<string>
- (List of String) Destination IP addresses within the group
- Countries List<string>
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- Description string
- (String) Additional information about the destination IP group
- Id int
- Ip
Categories List<string> - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- Name string
- Type string
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
- Addresses []string
- (List of String) Destination IP addresses within the group
- Countries []string
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- Description string
- (String) Additional information about the destination IP group
- Id int
- Ip
Categories []string - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- Name string
- Type string
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
- addresses List<String>
- (List of String) Destination IP addresses within the group
- countries List<String>
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- description String
- (String) Additional information about the destination IP group
- id Integer
- ip
Categories List<String> - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- name String
- type String
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
- addresses string[]
- (List of String) Destination IP addresses within the group
- countries string[]
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- description string
- (String) Additional information about the destination IP group
- id number
- ip
Categories string[] - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- name string
- type string
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
- addresses Sequence[str]
- (List of String) Destination IP addresses within the group
- countries Sequence[str]
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- description str
- (String) Additional information about the destination IP group
- id int
- ip_
categories Sequence[str] - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- name str
- type str
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
- addresses List<String>
- (List of String) Destination IP addresses within the group
- countries List<String>
- (List of String) Destination IP address counties. You can identify destinations based on the location of a server.
- description String
- (String) Additional information about the destination IP group
- id Number
- ip
Categories List<String> - (List of String) Destination IP address URL categories. You can identify destinations based on the URL category of the domain. See list of all IP Categories Here
- !> WARNING: The
ip_categories
attribute only accepts custom URL categories.
- !> WARNING: The
- name String
- type String
- (String) Destination IP group type (i.e., the group can contain destination IP addresses or FQDNs)
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.