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:
- Category
Id string - Config
Id int
- Category
Id string - Config
Id int
- category
Id String - config
Id Integer
- category
Id string - config
Id number
- category_
id str - config_
id int
- category
Id String - config
Id Number
getBotmanCustomBotCategoryItemSequence Result
The following output properties are available:
- Bot
Ids List<string> - Category
Id string - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Bot
Ids []string - Category
Id string - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- bot
Ids List<String> - category
Id String - config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- bot
Ids string[] - category
Id string - config
Id 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.
- bot
Ids List<String> - category
Id String - config
Id 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.
