Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.NetworkFirewall.getNetworkFirewallPolicyUrlList
Explore with Pulumi AI
This data source provides details about a specific Network Firewall Policy Url List resource in Oracle Cloud Infrastructure Network Firewall service.
Get Url List by the given name in the context of network firewall policy.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
variables:
  testNetworkFirewallPolicyUrlList:
    fn::invoke:
      function: oci:NetworkFirewall:getNetworkFirewallPolicyUrlList
      arguments:
        networkFirewallPolicyId: ${testNetworkFirewallPolicy.id}
        urlListName: ${networkFirewallPolicyUrlListUrlListName}
Using getNetworkFirewallPolicyUrlList
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 getNetworkFirewallPolicyUrlList(args: GetNetworkFirewallPolicyUrlListArgs, opts?: InvokeOptions): Promise<GetNetworkFirewallPolicyUrlListResult>
function getNetworkFirewallPolicyUrlListOutput(args: GetNetworkFirewallPolicyUrlListOutputArgs, opts?: InvokeOptions): Output<GetNetworkFirewallPolicyUrlListResult>def get_network_firewall_policy_url_list(name: Optional[str] = None,
                                         network_firewall_policy_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetNetworkFirewallPolicyUrlListResult
def get_network_firewall_policy_url_list_output(name: Optional[pulumi.Input[str]] = None,
                                         network_firewall_policy_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFirewallPolicyUrlListResult]func LookupNetworkFirewallPolicyUrlList(ctx *Context, args *LookupNetworkFirewallPolicyUrlListArgs, opts ...InvokeOption) (*LookupNetworkFirewallPolicyUrlListResult, error)
func LookupNetworkFirewallPolicyUrlListOutput(ctx *Context, args *LookupNetworkFirewallPolicyUrlListOutputArgs, opts ...InvokeOption) LookupNetworkFirewallPolicyUrlListResultOutput> Note: This function is named LookupNetworkFirewallPolicyUrlList in the Go SDK.
public static class GetNetworkFirewallPolicyUrlList 
{
    public static Task<GetNetworkFirewallPolicyUrlListResult> InvokeAsync(GetNetworkFirewallPolicyUrlListArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkFirewallPolicyUrlListResult> Invoke(GetNetworkFirewallPolicyUrlListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkFirewallPolicyUrlListResult> getNetworkFirewallPolicyUrlList(GetNetworkFirewallPolicyUrlListArgs args, InvokeOptions options)
public static Output<GetNetworkFirewallPolicyUrlListResult> getNetworkFirewallPolicyUrlList(GetNetworkFirewallPolicyUrlListArgs args, InvokeOptions options)
fn::invoke:
  function: oci:NetworkFirewall/getNetworkFirewallPolicyUrlList:getNetworkFirewallPolicyUrlList
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- Unique name identifier for the URL list.
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- Name string
- Unique name identifier for the URL list.
- NetworkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- name String
- Unique name identifier for the URL list.
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
- name string
- Unique name identifier for the URL list.
- networkFirewall stringPolicy Id 
- Unique Network Firewall Policy identifier
- name str
- Unique name identifier for the URL list.
- network_firewall_ strpolicy_ id 
- Unique Network Firewall Policy identifier
- name String
- Unique name identifier for the URL list.
- networkFirewall StringPolicy Id 
- Unique Network Firewall Policy identifier
getNetworkFirewallPolicyUrlList Result
The following output properties are available:
- Id string
- Name string
- Unique name identifier for the URL list.
- NetworkFirewall stringPolicy Id 
- ParentResource stringId 
- OCID of the Network Firewall Policy this URL List belongs to.
- TotalUrls int
- Total count of URLs in the URL List
- Urls
List<GetNetwork Firewall Policy Url List Url> 
- List of urls.
- Id string
- Name string
- Unique name identifier for the URL list.
- NetworkFirewall stringPolicy Id 
- ParentResource stringId 
- OCID of the Network Firewall Policy this URL List belongs to.
- TotalUrls int
- Total count of URLs in the URL List
- Urls
[]GetNetwork Firewall Policy Url List Url 
- List of urls.
- id String
- name String
- Unique name identifier for the URL list.
- networkFirewall StringPolicy Id 
- parentResource StringId 
- OCID of the Network Firewall Policy this URL List belongs to.
- totalUrls Integer
- Total count of URLs in the URL List
- urls
List<GetPolicy Url List Url> 
- List of urls.
- id string
- name string
- Unique name identifier for the URL list.
- networkFirewall stringPolicy Id 
- parentResource stringId 
- OCID of the Network Firewall Policy this URL List belongs to.
- totalUrls number
- Total count of URLs in the URL List
- urls
GetNetwork Firewall Policy Url List Url[] 
- List of urls.
- id str
- name str
- Unique name identifier for the URL list.
- network_firewall_ strpolicy_ id 
- parent_resource_ strid 
- OCID of the Network Firewall Policy this URL List belongs to.
- total_urls int
- Total count of URLs in the URL List
- urls
Sequence[GetNetwork Firewall Policy Url List Url] 
- List of urls.
- id String
- name String
- Unique name identifier for the URL list.
- networkFirewall StringPolicy Id 
- parentResource StringId 
- OCID of the Network Firewall Policy this URL List belongs to.
- totalUrls Number
- Total count of URLs in the URL List
- urls List<Property Map>
- List of urls.
Supporting Types
GetNetworkFirewallPolicyUrlListUrl      
- Pattern string
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- Type string
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
- Pattern string
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- Type string
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
- pattern String
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- type String
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
- pattern string
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- type string
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
- pattern str
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- type str
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
- pattern String
- A string consisting of a concatenation of optional host component and optional path component. The host component may start with *.to match the case-insensitive domain and all its subdomains. The path component must start with a/, and may end with*to match all paths of which it is a case-sensitive prefix. A missing host component matches all request domains, and a missing path component matches all request paths. An empty value matches all requests.
- type String
- The type of pattern.- SIMPLE - A simple pattern with optional subdomain and/or path suffix wildcards.
 
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.