Akamai v10.0.0 published on Tuesday, Oct 7, 2025 by Pulumi
akamai.getBotmanCustomClient
Using getBotmanCustomClient
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 getBotmanCustomClient(args: GetBotmanCustomClientArgs, opts?: InvokeOptions): Promise<GetBotmanCustomClientResult>
function getBotmanCustomClientOutput(args: GetBotmanCustomClientOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomClientResult>def get_botman_custom_client(config_id: Optional[int] = None,
                             custom_client_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetBotmanCustomClientResult
def get_botman_custom_client_output(config_id: Optional[pulumi.Input[int]] = None,
                             custom_client_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomClientResult]func LookupBotmanCustomClient(ctx *Context, args *LookupBotmanCustomClientArgs, opts ...InvokeOption) (*LookupBotmanCustomClientResult, error)
func LookupBotmanCustomClientOutput(ctx *Context, args *LookupBotmanCustomClientOutputArgs, opts ...InvokeOption) LookupBotmanCustomClientResultOutput> Note: This function is named LookupBotmanCustomClient in the Go SDK.
public static class GetBotmanCustomClient 
{
    public static Task<GetBotmanCustomClientResult> InvokeAsync(GetBotmanCustomClientArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanCustomClientResult> Invoke(GetBotmanCustomClientInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanCustomClientResult> getBotmanCustomClient(GetBotmanCustomClientArgs args, InvokeOptions options)
public static Output<GetBotmanCustomClientResult> getBotmanCustomClient(GetBotmanCustomClientArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanCustomClient:getBotmanCustomClient
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigId int
- CustomClient stringId 
- ConfigId int
- CustomClient stringId 
- configId Integer
- customClient StringId 
- configId number
- customClient stringId 
- config_id int
- custom_client_ strid 
- configId Number
- customClient StringId 
getBotmanCustomClient Result
The following output properties are available:
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- CustomClient stringId 
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- CustomClient stringId 
- configId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- customClient StringId 
- configId number
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- customClient stringId 
- config_id int
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- custom_client_ strid 
- configId Number
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- customClient StringId 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.
