akamai.getBotmanCustomClient
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanCustomClient:getBotmanCustomClient
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Custom
Client stringId
- Config
Id int - Custom
Client stringId
- config
Id Integer - custom
Client StringId
- config
Id number - custom
Client stringId
- config_
id int - custom_
client_ strid
- config
Id Number - custom
Client StringId
getBotmanCustomClient Result
The following output properties are available:
- Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Custom
Client stringId
- Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Custom
Client stringId
- config
Id Integer - id String
The provider-assigned unique ID for this managed resource.
- json String
- custom
Client StringId
- config
Id number - id string
The provider-assigned unique ID for this managed resource.
- json string
- custom
Client stringId
- config_
id int - id str
The provider-assigned unique ID for this managed resource.
- json str
- custom_
client_ strid
- config
Id Number - id String
The provider-assigned unique ID for this managed resource.
- json String
- custom
Client StringId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.