Using getBotmanChallengeAction
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 getBotmanChallengeAction(args: GetBotmanChallengeActionArgs, opts?: InvokeOptions): Promise<GetBotmanChallengeActionResult>
function getBotmanChallengeActionOutput(args: GetBotmanChallengeActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanChallengeActionResult>def get_botman_challenge_action(action_id: Optional[str] = None,
config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanChallengeActionResult
def get_botman_challenge_action_output(action_id: Optional[pulumi.Input[str]] = None,
config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanChallengeActionResult]func LookupBotmanChallengeAction(ctx *Context, args *LookupBotmanChallengeActionArgs, opts ...InvokeOption) (*LookupBotmanChallengeActionResult, error)
func LookupBotmanChallengeActionOutput(ctx *Context, args *LookupBotmanChallengeActionOutputArgs, opts ...InvokeOption) LookupBotmanChallengeActionResultOutput> Note: This function is named LookupBotmanChallengeAction in the Go SDK.
public static class GetBotmanChallengeAction
{
public static Task<GetBotmanChallengeActionResult> InvokeAsync(GetBotmanChallengeActionArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanChallengeActionResult> Invoke(GetBotmanChallengeActionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanChallengeActionResult> getBotmanChallengeAction(GetBotmanChallengeActionArgs args, InvokeOptions options)
public static Output<GetBotmanChallengeActionResult> getBotmanChallengeAction(GetBotmanChallengeActionArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanChallengeAction:getBotmanChallengeAction
arguments:
# arguments dictionaryThe following arguments are supported:
getBotmanChallengeAction 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
akamaiTerraform Provider.
