1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanCustomBotCategorySequence
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getBotmanCustomBotCategorySequence

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getBotmanCustomBotCategorySequence

    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 getBotmanCustomBotCategorySequence(args: GetBotmanCustomBotCategorySequenceArgs, opts?: InvokeOptions): Promise<GetBotmanCustomBotCategorySequenceResult>
    function getBotmanCustomBotCategorySequenceOutput(args: GetBotmanCustomBotCategorySequenceOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomBotCategorySequenceResult>
    def get_botman_custom_bot_category_sequence(config_id: Optional[int] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetBotmanCustomBotCategorySequenceResult
    def get_botman_custom_bot_category_sequence_output(config_id: Optional[pulumi.Input[int]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomBotCategorySequenceResult]
    func LookupBotmanCustomBotCategorySequence(ctx *Context, args *LookupBotmanCustomBotCategorySequenceArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategorySequenceResult, error)
    func LookupBotmanCustomBotCategorySequenceOutput(ctx *Context, args *LookupBotmanCustomBotCategorySequenceOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategorySequenceResultOutput

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

    public static class GetBotmanCustomBotCategorySequence 
    {
        public static Task<GetBotmanCustomBotCategorySequenceResult> InvokeAsync(GetBotmanCustomBotCategorySequenceArgs args, InvokeOptions? opts = null)
        public static Output<GetBotmanCustomBotCategorySequenceResult> Invoke(GetBotmanCustomBotCategorySequenceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBotmanCustomBotCategorySequenceResult> getBotmanCustomBotCategorySequence(GetBotmanCustomBotCategorySequenceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getBotmanCustomBotCategorySequence:getBotmanCustomBotCategorySequence
      arguments:
        # arguments dictionary

    The following arguments are supported:

    configId Integer
    configId number
    configId Number

    getBotmanCustomBotCategorySequence Result

    The following output properties are available:

    CategoryIds List<string>
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    CategoryIds []string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    categoryIds List<String>
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    categoryIds string[]
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    category_ids Sequence[str]
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    categoryIds List<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.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi