Using getBotmanAkamaiDefinedBot
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 getBotmanAkamaiDefinedBot(args: GetBotmanAkamaiDefinedBotArgs, opts?: InvokeOptions): Promise<GetBotmanAkamaiDefinedBotResult>
function getBotmanAkamaiDefinedBotOutput(args: GetBotmanAkamaiDefinedBotOutputArgs, opts?: InvokeOptions): Output<GetBotmanAkamaiDefinedBotResult>def get_botman_akamai_defined_bot(bot_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanAkamaiDefinedBotResult
def get_botman_akamai_defined_bot_output(bot_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanAkamaiDefinedBotResult]func GetBotmanAkamaiDefinedBot(ctx *Context, args *GetBotmanAkamaiDefinedBotArgs, opts ...InvokeOption) (*GetBotmanAkamaiDefinedBotResult, error)
func GetBotmanAkamaiDefinedBotOutput(ctx *Context, args *GetBotmanAkamaiDefinedBotOutputArgs, opts ...InvokeOption) GetBotmanAkamaiDefinedBotResultOutput> Note: This function is named GetBotmanAkamaiDefinedBot in the Go SDK.
public static class GetBotmanAkamaiDefinedBot
{
public static Task<GetBotmanAkamaiDefinedBotResult> InvokeAsync(GetBotmanAkamaiDefinedBotArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanAkamaiDefinedBotResult> Invoke(GetBotmanAkamaiDefinedBotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanAkamaiDefinedBotResult> getBotmanAkamaiDefinedBot(GetBotmanAkamaiDefinedBotArgs args, InvokeOptions options)
public static Output<GetBotmanAkamaiDefinedBotResult> getBotmanAkamaiDefinedBot(GetBotmanAkamaiDefinedBotArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanAkamaiDefinedBot:getBotmanAkamaiDefinedBot
arguments:
# arguments dictionaryThe following arguments are supported:
- Bot
Name string
- Bot
Name string
- bot
Name String
- bot
Name string
- bot_
name str
- bot
Name String
getBotmanAkamaiDefinedBot 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.
