Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getBotmanChallengeInterceptionRules
Explore with Pulumi AI
Using getBotmanChallengeInterceptionRules
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 getBotmanChallengeInterceptionRules(args: GetBotmanChallengeInterceptionRulesArgs, opts?: InvokeOptions): Promise<GetBotmanChallengeInterceptionRulesResult>
function getBotmanChallengeInterceptionRulesOutput(args: GetBotmanChallengeInterceptionRulesOutputArgs, opts?: InvokeOptions): Output<GetBotmanChallengeInterceptionRulesResult>
def get_botman_challenge_interception_rules(config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanChallengeInterceptionRulesResult
def get_botman_challenge_interception_rules_output(config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanChallengeInterceptionRulesResult]
func LookupBotmanChallengeInterceptionRules(ctx *Context, args *LookupBotmanChallengeInterceptionRulesArgs, opts ...InvokeOption) (*LookupBotmanChallengeInterceptionRulesResult, error)
func LookupBotmanChallengeInterceptionRulesOutput(ctx *Context, args *LookupBotmanChallengeInterceptionRulesOutputArgs, opts ...InvokeOption) LookupBotmanChallengeInterceptionRulesResultOutput
> Note: This function is named LookupBotmanChallengeInterceptionRules
in the Go SDK.
public static class GetBotmanChallengeInterceptionRules
{
public static Task<GetBotmanChallengeInterceptionRulesResult> InvokeAsync(GetBotmanChallengeInterceptionRulesArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanChallengeInterceptionRulesResult> Invoke(GetBotmanChallengeInterceptionRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBotmanChallengeInterceptionRulesResult> getBotmanChallengeInterceptionRules(GetBotmanChallengeInterceptionRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanChallengeInterceptionRules:getBotmanChallengeInterceptionRules
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
getBotmanChallengeInterceptionRules 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.