Akamai v7.4.1 published on Tuesday, Sep 24, 2024 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>
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]
func LookupBotmanChallengeInjectionRules(ctx *Context, args *LookupBotmanChallengeInjectionRulesArgs, opts ...InvokeOption) (*LookupBotmanChallengeInjectionRulesResult, error)
func LookupBotmanChallengeInjectionRulesOutput(ctx *Context, args *LookupBotmanChallengeInjectionRulesOutputArgs, opts ...InvokeOption) LookupBotmanChallengeInjectionRulesResultOutput
> 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)
}
public static CompletableFuture<GetBotmanChallengeInjectionRulesResult> getBotmanChallengeInjectionRules(GetBotmanChallengeInjectionRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanChallengeInjectionRules:getBotmanChallengeInjectionRules
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int
- Config
Id int
- config
Id Integer
- config
Id number
- config_
id int
- config
Id Number
getBotmanChallengeInjectionRules Result
The following output properties are available:
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.