Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getBotmanCustomBotCategoryItemSequence
Explore with Pulumi AI
Using getBotmanCustomBotCategoryItemSequence
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 getBotmanCustomBotCategoryItemSequence(args: GetBotmanCustomBotCategoryItemSequenceArgs, opts?: InvokeOptions): Promise<GetBotmanCustomBotCategoryItemSequenceResult>
function getBotmanCustomBotCategoryItemSequenceOutput(args: GetBotmanCustomBotCategoryItemSequenceOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomBotCategoryItemSequenceResult>def get_botman_custom_bot_category_item_sequence(category_id: Optional[str] = None,
                                                 config_id: Optional[int] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetBotmanCustomBotCategoryItemSequenceResult
def get_botman_custom_bot_category_item_sequence_output(category_id: Optional[pulumi.Input[str]] = None,
                                                 config_id: Optional[pulumi.Input[int]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomBotCategoryItemSequenceResult]func LookupBotmanCustomBotCategoryItemSequence(ctx *Context, args *LookupBotmanCustomBotCategoryItemSequenceArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategoryItemSequenceResult, error)
func LookupBotmanCustomBotCategoryItemSequenceOutput(ctx *Context, args *LookupBotmanCustomBotCategoryItemSequenceOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategoryItemSequenceResultOutput> Note: This function is named LookupBotmanCustomBotCategoryItemSequence in the Go SDK.
public static class GetBotmanCustomBotCategoryItemSequence 
{
    public static Task<GetBotmanCustomBotCategoryItemSequenceResult> InvokeAsync(GetBotmanCustomBotCategoryItemSequenceArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanCustomBotCategoryItemSequenceResult> Invoke(GetBotmanCustomBotCategoryItemSequenceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanCustomBotCategoryItemSequenceResult> getBotmanCustomBotCategoryItemSequence(GetBotmanCustomBotCategoryItemSequenceArgs args, InvokeOptions options)
public static Output<GetBotmanCustomBotCategoryItemSequenceResult> getBotmanCustomBotCategoryItemSequence(GetBotmanCustomBotCategoryItemSequenceArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanCustomBotCategoryItemSequence:getBotmanCustomBotCategoryItemSequence
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CategoryId string
- ConfigId int
- CategoryId string
- ConfigId int
- categoryId String
- configId Integer
- categoryId string
- configId number
- category_id str
- config_id int
- categoryId String
- configId Number
getBotmanCustomBotCategoryItemSequence Result
The following output properties are available:
- BotIds List<string>
- CategoryId string
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- BotIds []string
- CategoryId string
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- botIds List<String>
- categoryId String
- configId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- botIds string[]
- categoryId string
- configId number
- id string
- The provider-assigned unique ID for this managed resource.
- bot_ids Sequence[str]
- category_id str
- config_id int
- id str
- The provider-assigned unique ID for this managed resource.
- botIds List<String>
- categoryId String
- configId Number
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.