ApiFcServiceConfigArgs

data class ApiFcServiceConfigArgs(val arnRole: Output<String>? = null, val functionName: Output<String>, val region: Output<String>, val serviceName: Output<String>, val timeout: Output<Int>) : ConvertibleToJava<ApiFcServiceConfigArgs>

Constructors

Link copied to clipboard
fun ApiFcServiceConfigArgs(arnRole: Output<String>? = null, functionName: Output<String>, region: Output<String>, serviceName: Output<String>, timeout: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): ApiFcServiceConfigArgs

Properties

Link copied to clipboard
val arnRole: Output<String>? = null

RAM role arn attached to the Function Compute service. This governs both who / what can invoke your Function, as well as what resources our Function has access to. See User Permissions for more details.

Link copied to clipboard
val functionName: Output<String>

The function name of function compute service.

Link copied to clipboard
val region: Output<String>

The region that the function compute service belongs to.

Link copied to clipboard
val serviceName: Output<String>

The service name of function compute service.

Link copied to clipboard
val timeout: Output<Int>

Backend service time-out time; unit: millisecond.