Function Compute Functions¶
Provider: Alibaba Cloud
Service ID: alibaba_function_compute
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_function_compute',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'function_id', 'runtime', 'handler', 'memory_size', 'timeout']
});
</script>
<div data-sd-service="alibaba_function_compute" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: FunctionName |
function_id |
Function ID | text |
From API field: FunctionId |
runtime |
Runtime | text |
From API field: Runtime |
handler |
Handler | text |
From API field: Handler |
memory_size |
Memory (MB) | text |
From API field: MemorySize |
timeout |
Timeout (s) | text |
From API field: Timeout |
last_modified |
Last Modified | datetime |
From API field: LastModifiedTime |
creation_time |
Creation Time | datetime |
From API field: CreatedTime |
description |
Description | text |
From API field: Description |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name