1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Waf
  5. getWebAppFirewall
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.Waf.getWebAppFirewall

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    This data source provides details about a specific Web App Firewall resource in Oracle Cloud Infrastructure Waf service.

    Gets a WebAppFirewall by OCID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testWebAppFirewall = oci.Waf.getWebAppFirewall({
        webAppFirewallId: oci_waf_web_app_firewall.test_web_app_firewall.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_web_app_firewall = oci.Waf.get_web_app_firewall(web_app_firewall_id=oci_waf_web_app_firewall["test_web_app_firewall"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Waf"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Waf.GetWebAppFirewall(ctx, &waf.GetWebAppFirewallArgs{
    			WebAppFirewallId: oci_waf_web_app_firewall.Test_web_app_firewall.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testWebAppFirewall = Oci.Waf.GetWebAppFirewall.Invoke(new()
        {
            WebAppFirewallId = oci_waf_web_app_firewall.Test_web_app_firewall.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Waf.WafFunctions;
    import com.pulumi.oci.Waf.inputs.GetWebAppFirewallArgs;
    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 testWebAppFirewall = WafFunctions.getWebAppFirewall(GetWebAppFirewallArgs.builder()
                .webAppFirewallId(oci_waf_web_app_firewall.test_web_app_firewall().id())
                .build());
    
        }
    }
    
    variables:
      testWebAppFirewall:
        fn::invoke:
          Function: oci:Waf:getWebAppFirewall
          Arguments:
            webAppFirewallId: ${oci_waf_web_app_firewall.test_web_app_firewall.id}
    

    Using getWebAppFirewall

    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 getWebAppFirewall(args: GetWebAppFirewallArgs, opts?: InvokeOptions): Promise<GetWebAppFirewallResult>
    function getWebAppFirewallOutput(args: GetWebAppFirewallOutputArgs, opts?: InvokeOptions): Output<GetWebAppFirewallResult>
    def get_web_app_firewall(web_app_firewall_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWebAppFirewallResult
    def get_web_app_firewall_output(web_app_firewall_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWebAppFirewallResult]
    func GetWebAppFirewall(ctx *Context, args *GetWebAppFirewallArgs, opts ...InvokeOption) (*GetWebAppFirewallResult, error)
    func GetWebAppFirewallOutput(ctx *Context, args *GetWebAppFirewallOutputArgs, opts ...InvokeOption) GetWebAppFirewallResultOutput

    > Note: This function is named GetWebAppFirewall in the Go SDK.

    public static class GetWebAppFirewall 
    {
        public static Task<GetWebAppFirewallResult> InvokeAsync(GetWebAppFirewallArgs args, InvokeOptions? opts = null)
        public static Output<GetWebAppFirewallResult> Invoke(GetWebAppFirewallInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWebAppFirewallResult> getWebAppFirewall(GetWebAppFirewallArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Waf/getWebAppFirewall:getWebAppFirewall
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WebAppFirewallId string
    The OCID of the WebAppFirewall.
    WebAppFirewallId string
    The OCID of the WebAppFirewall.
    webAppFirewallId String
    The OCID of the WebAppFirewall.
    webAppFirewallId string
    The OCID of the WebAppFirewall.
    web_app_firewall_id str
    The OCID of the WebAppFirewall.
    webAppFirewallId String
    The OCID of the WebAppFirewall.

    getWebAppFirewall Result

    The following output properties are available:

    BackendType string
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    WebAppFirewall display name, can be renamed.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the WebAppFirewall.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    LoadBalancerId string
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    State string
    The current state of the WebAppFirewall.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    WebAppFirewallId string
    WebAppFirewallPolicyId string
    The OCID of WebAppFirewallPolicy, which is attached to the resource.
    BackendType string
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    WebAppFirewall display name, can be renamed.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the WebAppFirewall.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    LoadBalancerId string
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    State string
    The current state of the WebAppFirewall.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    WebAppFirewallId string
    WebAppFirewallPolicyId string
    The OCID of WebAppFirewallPolicy, which is attached to the resource.
    backendType String
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    WebAppFirewall display name, can be renamed.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the WebAppFirewall.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    loadBalancerId String
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    state String
    The current state of the WebAppFirewall.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    webAppFirewallId String
    webAppFirewallPolicyId String
    The OCID of WebAppFirewallPolicy, which is attached to the resource.
    backendType string
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    WebAppFirewall display name, can be renamed.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The OCID of the WebAppFirewall.
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    loadBalancerId string
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    state string
    The current state of the WebAppFirewall.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    webAppFirewallId string
    webAppFirewallPolicyId string
    The OCID of WebAppFirewallPolicy, which is attached to the resource.
    backend_type str
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    WebAppFirewall display name, can be renamed.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The OCID of the WebAppFirewall.
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    load_balancer_id str
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    state str
    The current state of the WebAppFirewall.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    time_updated str
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    web_app_firewall_id str
    web_app_firewall_policy_id str
    The OCID of WebAppFirewallPolicy, which is attached to the resource.
    backendType String
    Type of the WebAppFirewall, as example LOAD_BALANCER.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    WebAppFirewall display name, can be renamed.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the WebAppFirewall.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
    loadBalancerId String
    LoadBalancer OCID to which the WebAppFirewallPolicy is attached to.
    state String
    The current state of the WebAppFirewall.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the WebAppFirewall was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
    webAppFirewallId String
    webAppFirewallPolicyId String
    The OCID of WebAppFirewallPolicy, which is attached to the resource.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi