Service
Import
Function Compute Service can be imported using the id or name, e.g.
$ pulumi import alicloud:fc/service:Service foo my-fc-service
Properties
Provide this to store your Function Compute Service logs. Fields documented below. See Create a Service. log_config
requires the following: (NOTE: If both project
and logstore
are empty, log_config is considered to be empty or unset.)
Provide NAS configuration to allow Function Compute Service to access your NAS resources. nas_config
requires the following:
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.
Provide this to allow your Function Compute to report tracing information. Fields documented below. See Function Compute Tracing Config. tracing_config
requires the following: (NOTE: If both type
and params
are empty, tracing_config is considered to be empty or unset.)
Provide this to allow your Function Compute Service to access your VPC. Fields documented below. See Function Compute Service in VPC. vpc_config
requires the following: (NOTE: If both vswitch_ids
and security_group_id
are empty, vpc_config is considered to be empty or unset.)