Using getBotmanResponseAction
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 getBotmanResponseAction(args: GetBotmanResponseActionArgs, opts?: InvokeOptions): Promise<GetBotmanResponseActionResult>
function getBotmanResponseActionOutput(args: GetBotmanResponseActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanResponseActionResult>def get_botman_response_action(action_id: Optional[str] = None,
config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanResponseActionResult
def get_botman_response_action_output(action_id: Optional[pulumi.Input[str]] = None,
config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanResponseActionResult]func GetBotmanResponseAction(ctx *Context, args *GetBotmanResponseActionArgs, opts ...InvokeOption) (*GetBotmanResponseActionResult, error)
func GetBotmanResponseActionOutput(ctx *Context, args *GetBotmanResponseActionOutputArgs, opts ...InvokeOption) GetBotmanResponseActionResultOutput> Note: This function is named GetBotmanResponseAction in the Go SDK.
public static class GetBotmanResponseAction
{
public static Task<GetBotmanResponseActionResult> InvokeAsync(GetBotmanResponseActionArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanResponseActionResult> Invoke(GetBotmanResponseActionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanResponseActionResult> getBotmanResponseAction(GetBotmanResponseActionArgs args, InvokeOptions options)
public static Output<GetBotmanResponseActionResult> getBotmanResponseAction(GetBotmanResponseActionArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanResponseAction:getBotmanResponseAction
arguments:
# arguments dictionaryThe following arguments are supported:
getBotmanResponseAction Result
The following output properties are available:
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
