Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getBotmanCustomBotCategory
Explore with Pulumi AI
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>
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]
func LookupBotmanCustomBotCategory(ctx *Context, args *LookupBotmanCustomBotCategoryArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategoryResult, error)
func LookupBotmanCustomBotCategoryOutput(ctx *Context, args *LookupBotmanCustomBotCategoryOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategoryResultOutput
> 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)
}
public static CompletableFuture<GetBotmanCustomBotCategoryResult> getBotmanCustomBotCategory(GetBotmanCustomBotCategoryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanCustomBotCategory:getBotmanCustomBotCategory
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Category
Id string
- Config
Id int - Category
Id string
- config
Id Integer - category
Id String
- config
Id number - category
Id string
- config_
id int - category_
id str
- config
Id Number - category
Id String
getBotmanCustomBotCategory Result
The following output properties are available:
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Category
Id string
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Category
Id string
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- category
Id String
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- category
Id string
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- category_
id str
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- category
Id String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.