Api Fc Service Config Args
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
Functions
Properties
Link copied to clipboard
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
Link copied to clipboard