1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanCustomDenyAction
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getBotmanCustomDenyAction

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getBotmanCustomDenyAction

    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 getBotmanCustomDenyAction(args: GetBotmanCustomDenyActionArgs, opts?: InvokeOptions): Promise<GetBotmanCustomDenyActionResult>
    function getBotmanCustomDenyActionOutput(args: GetBotmanCustomDenyActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomDenyActionResult>
    def get_botman_custom_deny_action(action_id: Optional[str] = None,
                                      config_id: Optional[int] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBotmanCustomDenyActionResult
    def get_botman_custom_deny_action_output(action_id: Optional[pulumi.Input[str]] = None,
                                      config_id: Optional[pulumi.Input[int]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomDenyActionResult]
    func LookupBotmanCustomDenyAction(ctx *Context, args *LookupBotmanCustomDenyActionArgs, opts ...InvokeOption) (*LookupBotmanCustomDenyActionResult, error)
    func LookupBotmanCustomDenyActionOutput(ctx *Context, args *LookupBotmanCustomDenyActionOutputArgs, opts ...InvokeOption) LookupBotmanCustomDenyActionResultOutput

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

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

    The following arguments are supported:

    ConfigId int
    ActionId string
    ConfigId int
    ActionId string
    configId Integer
    actionId String
    configId number
    actionId string
    configId Number
    actionId String

    getBotmanCustomDenyAction Result

    The following output properties are available:

    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    ActionId string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    ActionId string
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    actionId String
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    actionId string
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    action_id str
    configId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    actionId 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.1.0 published on Wednesday, Apr 24, 2024 by Pulumi