Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getBotmanCustomBotCategorySequence
Explore with Pulumi AI
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:
- Config
Id int
- Config
Id int
- config
Id Integer
- config
Id number
- config_
id int
- config
Id Number
getBotmanCustomBotCategorySequence Result
The following output properties are available:
- Category
Ids List<string> - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Category
Ids []string - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- category
Ids List<String> - config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- category
Ids string[] - config
Id 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.
- category
Ids List<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
akamai
Terraform Provider.