1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanCustomBotCategoryItemSequence
Akamai v8.1.0 published on Friday, Apr 11, 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>
Copy
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]
Copy
func LookupBotmanCustomBotCategoryItemSequence(ctx *Context, args *LookupBotmanCustomBotCategoryItemSequenceArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategoryItemSequenceResult, error)
func LookupBotmanCustomBotCategoryItemSequenceOutput(ctx *Context, args *LookupBotmanCustomBotCategoryItemSequenceOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategoryItemSequenceResultOutput
Copy

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

The following arguments are supported:

CategoryId This property is required. string
ConfigId This property is required. int
CategoryId This property is required. string
ConfigId This property is required. int
categoryId This property is required. String
configId This property is required. Integer
categoryId This property is required. string
configId This property is required. number
category_id This property is required. str
config_id This property is required. int
categoryId This property is required. String
configId This property is required. 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 akamai Terraform Provider.