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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanCustomClientSequence:getBotmanCustomClientSequence
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
getBotmanCustomClientSequence Result
The following output properties are available:
- Config
Id int - Custom
Client List<string>Ids - Id string
The provider-assigned unique ID for this managed resource.
- Config
Id int - Custom
Client []stringIds - Id string
The provider-assigned unique ID for this managed resource.
- config
Id Integer - custom
Client List<String>Ids - id String
The provider-assigned unique ID for this managed resource.
- config
Id number - custom
Client 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.
- config
Id Number - custom
Client 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
akamai
Terraform Provider.