Using getBotmanRecategorizedAkamaiDefinedBot
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 getBotmanRecategorizedAkamaiDefinedBot(args: GetBotmanRecategorizedAkamaiDefinedBotArgs, opts?: InvokeOptions): Promise<GetBotmanRecategorizedAkamaiDefinedBotResult>
function getBotmanRecategorizedAkamaiDefinedBotOutput(args: GetBotmanRecategorizedAkamaiDefinedBotOutputArgs, opts?: InvokeOptions): Output<GetBotmanRecategorizedAkamaiDefinedBotResult>def get_botman_recategorized_akamai_defined_bot(bot_id: Optional[str] = None,
config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanRecategorizedAkamaiDefinedBotResult
def get_botman_recategorized_akamai_defined_bot_output(bot_id: Optional[pulumi.Input[str]] = None,
config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanRecategorizedAkamaiDefinedBotResult]func LookupBotmanRecategorizedAkamaiDefinedBot(ctx *Context, args *LookupBotmanRecategorizedAkamaiDefinedBotArgs, opts ...InvokeOption) (*LookupBotmanRecategorizedAkamaiDefinedBotResult, error)
func LookupBotmanRecategorizedAkamaiDefinedBotOutput(ctx *Context, args *LookupBotmanRecategorizedAkamaiDefinedBotOutputArgs, opts ...InvokeOption) LookupBotmanRecategorizedAkamaiDefinedBotResultOutput> Note: This function is named LookupBotmanRecategorizedAkamaiDefinedBot in the Go SDK.
public static class GetBotmanRecategorizedAkamaiDefinedBot
{
public static Task<GetBotmanRecategorizedAkamaiDefinedBotResult> InvokeAsync(GetBotmanRecategorizedAkamaiDefinedBotArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanRecategorizedAkamaiDefinedBotResult> Invoke(GetBotmanRecategorizedAkamaiDefinedBotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanRecategorizedAkamaiDefinedBotResult> getBotmanRecategorizedAkamaiDefinedBot(GetBotmanRecategorizedAkamaiDefinedBotArgs args, InvokeOptions options)
public static Output<GetBotmanRecategorizedAkamaiDefinedBotResult> getBotmanRecategorizedAkamaiDefinedBot(GetBotmanRecategorizedAkamaiDefinedBotArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanRecategorizedAkamaiDefinedBot:getBotmanRecategorizedAkamaiDefinedBot
arguments:
# arguments dictionaryThe following arguments are supported:
getBotmanRecategorizedAkamaiDefinedBot 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.
