Api Fc Service Config Args
Constructors
Properties
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.
The base url of function compute service. Required if function_type
is HttpTrigger
.
The function name of function compute service. Required if function_type
is FCEvent
.
The type of function compute service. Supports values of FCEvent
,HttpTrigger
. Default value: FCEvent
.
The function compute version of function compute service. Supports values of 2.0
, 3.0
. Default value: 2.0
.
Whether to filter path in function_base_url
. Optional if function_type
is HttpTrigger
.
The service name of function compute service. Required if function_type
is FCEvent
and function_version
is 2.0
.