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

akamai.getBotmanServeAlternateAction

Explore with Pulumi AI

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

Using getBotmanServeAlternateAction

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 getBotmanServeAlternateAction(args: GetBotmanServeAlternateActionArgs, opts?: InvokeOptions): Promise<GetBotmanServeAlternateActionResult>
function getBotmanServeAlternateActionOutput(args: GetBotmanServeAlternateActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanServeAlternateActionResult>
Copy
def get_botman_serve_alternate_action(action_id: Optional[str] = None,
                                      config_id: Optional[int] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBotmanServeAlternateActionResult
def get_botman_serve_alternate_action_output(action_id: Optional[pulumi.Input[str]] = None,
                                      config_id: Optional[pulumi.Input[int]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBotmanServeAlternateActionResult]
Copy
func LookupBotmanServeAlternateAction(ctx *Context, args *LookupBotmanServeAlternateActionArgs, opts ...InvokeOption) (*LookupBotmanServeAlternateActionResult, error)
func LookupBotmanServeAlternateActionOutput(ctx *Context, args *LookupBotmanServeAlternateActionOutputArgs, opts ...InvokeOption) LookupBotmanServeAlternateActionResultOutput
Copy

> Note: This function is named LookupBotmanServeAlternateAction in the Go SDK.

public static class GetBotmanServeAlternateAction 
{
    public static Task<GetBotmanServeAlternateActionResult> InvokeAsync(GetBotmanServeAlternateActionArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanServeAlternateActionResult> Invoke(GetBotmanServeAlternateActionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBotmanServeAlternateActionResult> getBotmanServeAlternateAction(GetBotmanServeAlternateActionArgs args, InvokeOptions options)
public static Output<GetBotmanServeAlternateActionResult> getBotmanServeAlternateAction(GetBotmanServeAlternateActionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanServeAlternateAction:getBotmanServeAlternateAction
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
ActionId string
ConfigId This property is required. int
ActionId string
configId This property is required. Integer
actionId String
configId This property is required. number
actionId string
config_id This property is required. int
action_id str
configId This property is required. Number
actionId String

getBotmanServeAlternateAction Result

The following output properties are available:

ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
ActionId string
ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
ActionId string
configId Integer
id String
The provider-assigned unique ID for this managed resource.
json String
actionId String
configId number
id string
The provider-assigned unique ID for this managed resource.
json string
actionId string
config_id int
id str
The provider-assigned unique ID for this managed resource.
json str
action_id str
configId Number
id String
The provider-assigned unique ID for this managed resource.
json String
actionId 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