All Products
Search
Document Center

Cloud Config:fc-function-settings-check

Last Updated:Jun 22, 2026

Evaluates whether functions in Function Compute 2.0 meet specified parameter requirements. Functions that meet the requirements are evaluated as Compliant.

Scenarios

Use this rule to verify function settings and manage functions centrally.

Risk level

Default risk level: low.

You can change the risk level based on your business requirements.

Compliance evaluation logic

If the functions of Function Compute 2.0 meet the specified parameter requirements, the evaluation result is Compliant.

Rule details

Parameter

Description

Rule Template Name

fc-function-settings-check

Rule Template Identifier

fc-function-settings-check

Tag

Function

Automatic remediation

Not supported

Invoke Type

Configuration Change

Supported resource type

Function Compute function (ACS::FC::Function)

Input parameter

  • minTimeout: The timeout period of the function must be greater than or equal to the value of this parameter. Default value: 1. Unit: seconds.

  • runtimes: The runtime environment of the function. Separate multiple runtime environments with commas (,). Default value: Python3.10 or Python3.

  • maxTimeout: The timeout period of the function must be less than or equal to the value of this parameter. Default value: 300. Unit: seconds.

  • maxMemorySize: The memory size of the function must be less than or equal to the value of this parameter. Default value: 512. Unit: MB.

  • minMemorySize: The memory size of the function must be greater than or equal to the value of this parameter. Default value: 64. Unit: MB.

Non-compliance remediation

Configure the functions of Function Compute 2.0 to meet the specified requirements. For more information, see Manage functions.