1. Packages
  2. Akamai
  3. API Docs
  4. getAppSecWafMode
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getAppSecWafMode

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getAppSecWafMode

    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 getAppSecWafMode(args: GetAppSecWafModeArgs, opts?: InvokeOptions): Promise<GetAppSecWafModeResult>
    function getAppSecWafModeOutput(args: GetAppSecWafModeOutputArgs, opts?: InvokeOptions): Output<GetAppSecWafModeResult>
    def get_app_sec_waf_mode(config_id: Optional[int] = None,
                             security_policy_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAppSecWafModeResult
    def get_app_sec_waf_mode_output(config_id: Optional[pulumi.Input[int]] = None,
                             security_policy_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAppSecWafModeResult]
    func LookupAppSecWafMode(ctx *Context, args *LookupAppSecWafModeArgs, opts ...InvokeOption) (*LookupAppSecWafModeResult, error)
    func LookupAppSecWafModeOutput(ctx *Context, args *LookupAppSecWafModeOutputArgs, opts ...InvokeOption) LookupAppSecWafModeResultOutput

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

    public static class GetAppSecWafMode 
    {
        public static Task<GetAppSecWafModeResult> InvokeAsync(GetAppSecWafModeArgs args, InvokeOptions? opts = null)
        public static Output<GetAppSecWafModeResult> Invoke(GetAppSecWafModeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppSecWafModeResult> getAppSecWafMode(GetAppSecWafModeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getAppSecWafMode:getAppSecWafMode
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAppSecWafMode Result

    The following output properties are available:

    ConfigId int
    CurrentRuleset string
    EvalExpirationDate string
    EvalRuleset string
    EvalStatus string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Mode string
    OutputText string
    SecurityPolicyId string
    ConfigId int
    CurrentRuleset string
    EvalExpirationDate string
    EvalRuleset string
    EvalStatus string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Mode string
    OutputText string
    SecurityPolicyId string
    configId Integer
    currentRuleset String
    evalExpirationDate String
    evalRuleset String
    evalStatus String
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    mode String
    outputText String
    securityPolicyId String
    configId number
    currentRuleset string
    evalExpirationDate string
    evalRuleset string
    evalStatus string
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    mode string
    outputText string
    securityPolicyId string
    config_id int
    current_ruleset str
    eval_expiration_date str
    eval_ruleset str
    eval_status str
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    mode str
    output_text str
    security_policy_id str
    configId Number
    currentRuleset String
    evalExpirationDate String
    evalRuleset String
    evalStatus String
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    mode String
    outputText String
    securityPolicyId String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi