1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanRecategorizedAkamaiDefinedBot
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getBotmanRecategorizedAkamaiDefinedBot

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupBotmanRecategorizedAkamaiDefinedBot(ctx *Context, args *LookupBotmanRecategorizedAkamaiDefinedBotArgs, opts ...InvokeOption) (*LookupBotmanRecategorizedAkamaiDefinedBotResult, error)
func LookupBotmanRecategorizedAkamaiDefinedBotOutput(ctx *Context, args *LookupBotmanRecategorizedAkamaiDefinedBotOutputArgs, opts ...InvokeOption) LookupBotmanRecategorizedAkamaiDefinedBotResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBotmanRecategorizedAkamaiDefinedBotResult> getBotmanRecategorizedAkamaiDefinedBot(GetBotmanRecategorizedAkamaiDefinedBotArgs args, InvokeOptions options)
public static Output<GetBotmanRecategorizedAkamaiDefinedBotResult> getBotmanRecategorizedAkamaiDefinedBot(GetBotmanRecategorizedAkamaiDefinedBotArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanRecategorizedAkamaiDefinedBot:getBotmanRecategorizedAkamaiDefinedBot
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
BotId string
ConfigId This property is required. int
BotId string
configId This property is required. Integer
botId String
configId This property is required. number
botId string
config_id This property is required. int
bot_id str
configId This property is required. Number
botId String

getBotmanRecategorizedAkamaiDefinedBot Result

The following output properties are available:

ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
BotId string
ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
BotId string
configId Integer
id String
The provider-assigned unique ID for this managed resource.
json String
botId String
configId number
id string
The provider-assigned unique ID for this managed resource.
json string
botId string
config_id int
id str
The provider-assigned unique ID for this managed resource.
json str
bot_id str
configId Number
id String
The provider-assigned unique ID for this managed resource.
json String
botId String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.