Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getBotmanCustomClientSequence
Explore with Pulumi AI
Using getBotmanCustomClientSequence
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 getBotmanCustomClientSequence(args: GetBotmanCustomClientSequenceArgs, opts?: InvokeOptions): Promise<GetBotmanCustomClientSequenceResult>
function getBotmanCustomClientSequenceOutput(args: GetBotmanCustomClientSequenceOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomClientSequenceResult>def get_botman_custom_client_sequence(config_id: Optional[int] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBotmanCustomClientSequenceResult
def get_botman_custom_client_sequence_output(config_id: Optional[pulumi.Input[int]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomClientSequenceResult]func LookupBotmanCustomClientSequence(ctx *Context, args *LookupBotmanCustomClientSequenceArgs, opts ...InvokeOption) (*LookupBotmanCustomClientSequenceResult, error)
func LookupBotmanCustomClientSequenceOutput(ctx *Context, args *LookupBotmanCustomClientSequenceOutputArgs, opts ...InvokeOption) LookupBotmanCustomClientSequenceResultOutput> Note: This function is named LookupBotmanCustomClientSequence in the Go SDK.
public static class GetBotmanCustomClientSequence 
{
    public static Task<GetBotmanCustomClientSequenceResult> InvokeAsync(GetBotmanCustomClientSequenceArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanCustomClientSequenceResult> Invoke(GetBotmanCustomClientSequenceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanCustomClientSequenceResult> getBotmanCustomClientSequence(GetBotmanCustomClientSequenceArgs args, InvokeOptions options)
public static Output<GetBotmanCustomClientSequenceResult> getBotmanCustomClientSequence(GetBotmanCustomClientSequenceArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanCustomClientSequence:getBotmanCustomClientSequence
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigId int
- ConfigId int
- configId Integer
- configId number
- config_id int
- configId Number
getBotmanCustomClientSequence Result
The following output properties are available:
- ConfigId int
- CustomClient List<string>Ids 
- Id string
- The provider-assigned unique ID for this managed resource.
- ConfigId int
- CustomClient []stringIds 
- Id string
- The provider-assigned unique ID for this managed resource.
- configId Integer
- customClient List<String>Ids 
- id String
- The provider-assigned unique ID for this managed resource.
- configId number
- customClient string[]Ids 
- id string
- The provider-assigned unique ID for this managed resource.
- config_id int
- custom_client_ Sequence[str]ids 
- id str
- The provider-assigned unique ID for this managed resource.
- configId Number
- customClient List<String>Ids 
- 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.