1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanCustomClient
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getBotmanCustomClient

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupBotmanCustomClient(ctx *Context, args *LookupBotmanCustomClientArgs, opts ...InvokeOption) (*LookupBotmanCustomClientResult, error)
func LookupBotmanCustomClientOutput(ctx *Context, args *LookupBotmanCustomClientOutputArgs, opts ...InvokeOption) LookupBotmanCustomClientResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBotmanCustomClientResult> getBotmanCustomClient(GetBotmanCustomClientArgs args, InvokeOptions options)
public static Output<GetBotmanCustomClientResult> getBotmanCustomClient(GetBotmanCustomClientArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanCustomClient:getBotmanCustomClient
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
CustomClientId string
ConfigId This property is required. int
CustomClientId string
configId This property is required. Integer
customClientId String
configId This property is required. number
customClientId string
config_id This property is required. int
custom_client_id str
configId This property is required. Number
customClientId String

getBotmanCustomClient Result

The following output properties are available:

ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
CustomClientId string
ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
CustomClientId string
configId Integer
id String
The provider-assigned unique ID for this managed resource.
json String
customClientId String
configId number
id string
The provider-assigned unique ID for this managed resource.
json string
customClientId string
config_id int
id str
The provider-assigned unique ID for this managed resource.
json str
custom_client_id str
configId Number
id String
The provider-assigned unique ID for this managed resource.
json String
customClientId String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi