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

akamai.getBotmanCustomBotCategory

Explore with Pulumi AI

Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

Using getBotmanCustomBotCategory

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 getBotmanCustomBotCategory(args: GetBotmanCustomBotCategoryArgs, opts?: InvokeOptions): Promise<GetBotmanCustomBotCategoryResult>
function getBotmanCustomBotCategoryOutput(args: GetBotmanCustomBotCategoryOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomBotCategoryResult>
Copy
def get_botman_custom_bot_category(category_id: Optional[str] = None,
                                   config_id: Optional[int] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetBotmanCustomBotCategoryResult
def get_botman_custom_bot_category_output(category_id: Optional[pulumi.Input[str]] = None,
                                   config_id: Optional[pulumi.Input[int]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomBotCategoryResult]
Copy
func LookupBotmanCustomBotCategory(ctx *Context, args *LookupBotmanCustomBotCategoryArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategoryResult, error)
func LookupBotmanCustomBotCategoryOutput(ctx *Context, args *LookupBotmanCustomBotCategoryOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategoryResultOutput
Copy

> Note: This function is named LookupBotmanCustomBotCategory in the Go SDK.

public static class GetBotmanCustomBotCategory 
{
    public static Task<GetBotmanCustomBotCategoryResult> InvokeAsync(GetBotmanCustomBotCategoryArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanCustomBotCategoryResult> Invoke(GetBotmanCustomBotCategoryInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBotmanCustomBotCategoryResult> getBotmanCustomBotCategory(GetBotmanCustomBotCategoryArgs args, InvokeOptions options)
public static Output<GetBotmanCustomBotCategoryResult> getBotmanCustomBotCategory(GetBotmanCustomBotCategoryArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanCustomBotCategory:getBotmanCustomBotCategory
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
CategoryId string
ConfigId This property is required. int
CategoryId string
configId This property is required. Integer
categoryId String
configId This property is required. number
categoryId string
config_id This property is required. int
category_id str
configId This property is required. Number
categoryId String

getBotmanCustomBotCategory Result

The following output properties are available:

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

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi