1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanChallengeInjectionRules
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getBotmanChallengeInjectionRules

Explore with Pulumi AI

Using getBotmanChallengeInjectionRules

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 getBotmanChallengeInjectionRules(args: GetBotmanChallengeInjectionRulesArgs, opts?: InvokeOptions): Promise<GetBotmanChallengeInjectionRulesResult>
function getBotmanChallengeInjectionRulesOutput(args: GetBotmanChallengeInjectionRulesOutputArgs, opts?: InvokeOptions): Output<GetBotmanChallengeInjectionRulesResult>
Copy
def get_botman_challenge_injection_rules(config_id: Optional[int] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetBotmanChallengeInjectionRulesResult
def get_botman_challenge_injection_rules_output(config_id: Optional[pulumi.Input[int]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetBotmanChallengeInjectionRulesResult]
Copy
func LookupBotmanChallengeInjectionRules(ctx *Context, args *LookupBotmanChallengeInjectionRulesArgs, opts ...InvokeOption) (*LookupBotmanChallengeInjectionRulesResult, error)
func LookupBotmanChallengeInjectionRulesOutput(ctx *Context, args *LookupBotmanChallengeInjectionRulesOutputArgs, opts ...InvokeOption) LookupBotmanChallengeInjectionRulesResultOutput
Copy

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

public static class GetBotmanChallengeInjectionRules 
{
    public static Task<GetBotmanChallengeInjectionRulesResult> InvokeAsync(GetBotmanChallengeInjectionRulesArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanChallengeInjectionRulesResult> Invoke(GetBotmanChallengeInjectionRulesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBotmanChallengeInjectionRulesResult> getBotmanChallengeInjectionRules(GetBotmanChallengeInjectionRulesArgs args, InvokeOptions options)
public static Output<GetBotmanChallengeInjectionRulesResult> getBotmanChallengeInjectionRules(GetBotmanChallengeInjectionRulesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanChallengeInjectionRules:getBotmanChallengeInjectionRules
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
ConfigId This property is required. int
configId This property is required. Integer
configId This property is required. number
config_id This property is required. int
configId This property is required. Number

getBotmanChallengeInjectionRules Result

The following output properties are available:

ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
configId Integer
id String
The provider-assigned unique ID for this managed resource.
json String
configId number
id string
The provider-assigned unique ID for this managed resource.
json string
config_id int
id str
The provider-assigned unique ID for this managed resource.
json str
configId Number
id String
The provider-assigned unique ID for this managed resource.
json String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.