1. Packages
  2. Akamai
  3. API Docs
  4. getAppSecSlowPost
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getAppSecSlowPost

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Using getAppSecSlowPost

    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 getAppSecSlowPost(args: GetAppSecSlowPostArgs, opts?: InvokeOptions): Promise<GetAppSecSlowPostResult>
    function getAppSecSlowPostOutput(args: GetAppSecSlowPostOutputArgs, opts?: InvokeOptions): Output<GetAppSecSlowPostResult>
    def get_app_sec_slow_post(config_id: Optional[int] = None,
                              security_policy_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAppSecSlowPostResult
    def get_app_sec_slow_post_output(config_id: Optional[pulumi.Input[int]] = None,
                              security_policy_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAppSecSlowPostResult]
    func LookupAppSecSlowPost(ctx *Context, args *LookupAppSecSlowPostArgs, opts ...InvokeOption) (*LookupAppSecSlowPostResult, error)
    func LookupAppSecSlowPostOutput(ctx *Context, args *LookupAppSecSlowPostOutputArgs, opts ...InvokeOption) LookupAppSecSlowPostResultOutput

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

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

    The following arguments are supported:

    getAppSecSlowPost Result

    The following output properties are available:

    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    OutputText string
    SecurityPolicyId string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    OutputText string
    SecurityPolicyId string
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    outputText String
    securityPolicyId String
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    outputText string
    securityPolicyId string
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    output_text str
    security_policy_id str
    configId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json 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 v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi