Alibaba Cloud v3.92.0 published on Wednesday, Jan 14, 2026 by Pulumi
Alibaba Cloud v3.92.0 published on Wednesday, Jan 14, 2026 by Pulumi
This data source provides Threat Detection Check Item Config available to the user.What is Check Item Config
NOTE: Available since v1.267.0.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const _default = alicloud.threatdetection.getCheckItemConfigs({});
export const alicloudThreatDetectionCheckItemConfigExampleCheckId = _default.then(_default => _default.configs?.[0]?.checkId);
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.threatdetection.get_check_item_configs()
pulumi.export("alicloudThreatDetectionCheckItemConfigExampleCheckId", default.configs[0].check_id)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/threatdetection"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_default, err := threatdetection.GetCheckItemConfigs(ctx, &threatdetection.GetCheckItemConfigsArgs{}, nil)
if err != nil {
return err
}
ctx.Export("alicloudThreatDetectionCheckItemConfigExampleCheckId", _default.Configs[0].CheckId)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var @default = AliCloud.ThreatDetection.GetCheckItemConfigs.Invoke();
return new Dictionary<string, object?>
{
["alicloudThreatDetectionCheckItemConfigExampleCheckId"] = @default.Apply(@default => @default.Apply(getCheckItemConfigsResult => getCheckItemConfigsResult.Configs[0]?.CheckId)),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.threatdetection.ThreatdetectionFunctions;
import com.pulumi.alicloud.threatdetection.inputs.GetCheckItemConfigsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = ThreatdetectionFunctions.getCheckItemConfigs(GetCheckItemConfigsArgs.builder()
.build());
ctx.export("alicloudThreatDetectionCheckItemConfigExampleCheckId", default_.configs()[0].checkId());
}
}
variables:
default:
fn::invoke:
function: alicloud:threatdetection:getCheckItemConfigs
arguments: {}
outputs:
alicloudThreatDetectionCheckItemConfigExampleCheckId: ${default.configs[0].checkId}
Using getCheckItemConfigs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCheckItemConfigs(args: GetCheckItemConfigsArgs, opts?: InvokeOptions): Promise<GetCheckItemConfigsResult>
function getCheckItemConfigsOutput(args: GetCheckItemConfigsOutputArgs, opts?: InvokeOptions): Output<GetCheckItemConfigsResult>def get_check_item_configs(ids: Optional[Sequence[str]] = None,
lang: Optional[str] = None,
output_file: Optional[str] = None,
page_number: Optional[int] = None,
page_size: Optional[int] = None,
task_sources: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetCheckItemConfigsResult
def get_check_item_configs_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
lang: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
page_number: Optional[pulumi.Input[int]] = None,
page_size: Optional[pulumi.Input[int]] = None,
task_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCheckItemConfigsResult]func GetCheckItemConfigs(ctx *Context, args *GetCheckItemConfigsArgs, opts ...InvokeOption) (*GetCheckItemConfigsResult, error)
func GetCheckItemConfigsOutput(ctx *Context, args *GetCheckItemConfigsOutputArgs, opts ...InvokeOption) GetCheckItemConfigsResultOutput> Note: This function is named GetCheckItemConfigs in the Go SDK.
public static class GetCheckItemConfigs
{
public static Task<GetCheckItemConfigsResult> InvokeAsync(GetCheckItemConfigsArgs args, InvokeOptions? opts = null)
public static Output<GetCheckItemConfigsResult> Invoke(GetCheckItemConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCheckItemConfigsResult> getCheckItemConfigs(GetCheckItemConfigsArgs args, InvokeOptions options)
public static Output<GetCheckItemConfigsResult> getCheckItemConfigs(GetCheckItemConfigsArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:threatdetection/getCheckItemConfigs:getCheckItemConfigs
arguments:
# arguments dictionaryThe following arguments are supported:
- Ids List<string>
- A list of Check Item Config IDs.
- Lang string
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- Output
File string - File name where to save data source results (after running
pulumi preview). - Page
Number int - Current page number.
- Page
Size int - Number of records per page.
- Task
Sources List<string> - List of task sources.
- Ids []string
- A list of Check Item Config IDs.
- Lang string
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- Output
File string - File name where to save data source results (after running
pulumi preview). - Page
Number int - Current page number.
- Page
Size int - Number of records per page.
- Task
Sources []string - List of task sources.
- ids List<String>
- A list of Check Item Config IDs.
- lang String
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- output
File String - File name where to save data source results (after running
pulumi preview). - page
Number Integer - Current page number.
- page
Size Integer - Number of records per page.
- task
Sources List<String> - List of task sources.
- ids string[]
- A list of Check Item Config IDs.
- lang string
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- output
File string - File name where to save data source results (after running
pulumi preview). - page
Number number - Current page number.
- page
Size number - Number of records per page.
- task
Sources string[] - List of task sources.
- ids Sequence[str]
- A list of Check Item Config IDs.
- lang str
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- output_
file str - File name where to save data source results (after running
pulumi preview). - page_
number int - Current page number.
- page_
size int - Number of records per page.
- task_
sources Sequence[str] - List of task sources.
- ids List<String>
- A list of Check Item Config IDs.
- lang String
- The language of the content within the request and response. Default value: zh. Valid value:* **zh**: Chinese* **en**: English
- output
File String - File name where to save data source results (after running
pulumi preview). - page
Number Number - Current page number.
- page
Size Number - Number of records per page.
- task
Sources List<String> - List of task sources.
getCheckItemConfigs Result
The following output properties are available:
- Configs
List<Pulumi.
Ali Cloud. Threat Detection. Outputs. Get Check Item Configs Config> - A list of Check Item Config Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Check Item Config IDs.
- Lang string
- Output
File string - Page
Number int - Page
Size int - Task
Sources List<string>
- Configs
[]Get
Check Item Configs Config - A list of Check Item Config Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Check Item Config IDs.
- Lang string
- Output
File string - Page
Number int - Page
Size int - Task
Sources []string
- configs
List<Get
Check Item Configs Config> - A list of Check Item Config Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Check Item Config IDs.
- lang String
- output
File String - page
Number Integer - page
Size Integer - task
Sources List<String>
- configs
Get
Check Item Configs Config[] - A list of Check Item Config Entries. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Check Item Config IDs.
- lang string
- output
File string - page
Number number - page
Size number - task
Sources string[]
- configs
Sequence[Get
Check Item Configs Config] - A list of Check Item Config Entries. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Check Item Config IDs.
- lang str
- output_
file str - page_
number int - page_
size int - task_
sources Sequence[str]
- configs List<Property Map>
- A list of Check Item Config Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Check Item Config IDs.
- lang String
- output
File String - page
Number Number - page
Size Number - task
Sources List<String>
Supporting Types
GetCheckItemConfigsConfig
- Check
Id int - The ID of the check item
- Check
Show stringName - The name of the check item.
- Check
Type string - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- Custom
Configs List<Pulumi.Ali Cloud. Threat Detection. Inputs. Get Check Item Configs Config Custom Config> - The custom configuration items of the check item.
- Description
Pulumi.
Ali Cloud. Threat Detection. Inputs. Get Check Item Configs Config Description - The description of the check item.
- Estimated
Count int - The estimated quota that will be consumed by this check item.
- Instance
Sub stringType - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- Instance
Type string - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- Risk
Level string - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- Section
Ids List<int> - The IDs of the sections associated with the check items.
- Vendor string
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
- Check
Id int - The ID of the check item
- Check
Show stringName - The name of the check item.
- Check
Type string - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- Custom
Configs []GetCheck Item Configs Config Custom Config - The custom configuration items of the check item.
- Description
Get
Check Item Configs Config Description - The description of the check item.
- Estimated
Count int - The estimated quota that will be consumed by this check item.
- Instance
Sub stringType - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- Instance
Type string - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- Risk
Level string - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- Section
Ids []int - The IDs of the sections associated with the check items.
- Vendor string
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
- check
Id Integer - The ID of the check item
- check
Show StringName - The name of the check item.
- check
Type String - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- custom
Configs List<GetCheck Item Configs Config Custom Config> - The custom configuration items of the check item.
- description
Get
Check Item Configs Config Description - The description of the check item.
- estimated
Count Integer - The estimated quota that will be consumed by this check item.
- instance
Sub StringType - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- instance
Type String - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- risk
Level String - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- section
Ids List<Integer> - The IDs of the sections associated with the check items.
- vendor String
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
- check
Id number - The ID of the check item
- check
Show stringName - The name of the check item.
- check
Type string - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- custom
Configs GetCheck Item Configs Config Custom Config[] - The custom configuration items of the check item.
- description
Get
Check Item Configs Config Description - The description of the check item.
- estimated
Count number - The estimated quota that will be consumed by this check item.
- instance
Sub stringType - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- instance
Type string - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- risk
Level string - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- section
Ids number[] - The IDs of the sections associated with the check items.
- vendor string
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
- check_
id int - The ID of the check item
- check_
show_ strname - The name of the check item.
- check_
type str - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- custom_
configs Sequence[GetCheck Item Configs Config Custom Config] - The custom configuration items of the check item.
- description
Get
Check Item Configs Config Description - The description of the check item.
- estimated_
count int - The estimated quota that will be consumed by this check item.
- instance_
sub_ strtype - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- instance_
type str - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- risk_
level str - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- section_
ids Sequence[int] - The IDs of the sections associated with the check items.
- vendor str
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
- check
Id Number - The ID of the check item
- check
Show StringName - The name of the check item.
- check
Type String - The source type of the Situation Awareness check item. Value:- CUSTOM: user-defined- SYSTEM: Predefined by the situational awareness platform
- custom
Configs List<Property Map> - The custom configuration items of the check item.
- description Property Map
- The description of the check item.
- estimated
Count Number - The estimated quota that will be consumed by this check item.
- instance
Sub StringType - The asset subtype of the cloud service. Valid values:* If **InstanceType** is set to **ECS**, this parameter supports the following valid values: * **INSTANCE** * **DISK** * **SECURITY_GROUP*** If **InstanceType** is set to **ACR**, this parameter supports the following valid values: * **REPOSITORY_ENTERPRISE** * **REPOSITORY_PERSON*** If **InstanceType** is set to **RAM**, this parameter supports the following valid values: * **ALIAS** * **USER** * **POLICY** * **GROUP*** If **InstanceType** is set to **WAF**, this parameter supports the following valid value: * **DOMAIN*** If **InstanceType** is set to other values, this parameter supports the following valid values: * **INSTANCE**
- instance
Type String - The asset type of the cloud service. Valid values:* **ECS**: Elastic Compute Service (ECS).* **SLB**: Server Load Balancer (SLB).* **RDS**: ApsaraDB RDS.* **MONGODB**: ApsaraDB for MongoDB (MongoDB).* **KVSTORE**: ApsaraDB for Redis (Redis).* **ACR**: Container Registry.* **CSK**: Container Service for Kubernetes (ACK).* **VPC**: Virtual Private Cloud (VPC).* **ACTIONTRAIL**: ActionTrail.* **CDN**: Alibaba Cloud CDN (CDN).* **CAS**: Certificate Management Service (formerly SSL Certificates Service).* **RDC**: Apsara Devops.* **RAM**: Resource Access Management (RAM).* **DDOS**: Anti-DDoS.* **WAF**: Web Application Firewall (WAF).* **OSS**: Object Storage Service (OSS).* **POLARDB**: PolarDB.* **POSTGRESQL**: ApsaraDB RDS for PostgreSQL.* **MSE**: Microservices Engine (MSE).* **NAS**: File Storage NAS (NAS).* **SDDP**: Sensitive Data Discovery and Protection (SDDP).* **EIP**: Elastic IP Address (EIP).
- risk
Level String - The risk level of the check item. Valid values:* **HIGH*** **MEDIUM*** **LOW**
- section
Ids List<Number> - The IDs of the sections associated with the check items.
- vendor String
- The type of the cloud asset. Valid values:* **0**: an asset provided by Alibaba Cloud.* **1**: an asset outside Alibaba Cloud.* **2**: an asset in a data center.* **3**, **4**, **5**, and **7**: other cloud asset.* **8**: a simple application server.
GetCheckItemConfigsConfigCustomConfig
- Default
Value string - The default value of the custom configuration item. The value is a string.
- Name string
- The name of the custom configuration item, which is unique in a check item.
- Show
Name string - The display name of the custom configuration item for internationalization.
- Type
Define string - The type of the custom configuration item. The value is a JSON string.
- Value string
- The content of the description for the check item when the Type parameter is text.
- Default
Value string - The default value of the custom configuration item. The value is a string.
- Name string
- The name of the custom configuration item, which is unique in a check item.
- Show
Name string - The display name of the custom configuration item for internationalization.
- Type
Define string - The type of the custom configuration item. The value is a JSON string.
- Value string
- The content of the description for the check item when the Type parameter is text.
- default
Value String - The default value of the custom configuration item. The value is a string.
- name String
- The name of the custom configuration item, which is unique in a check item.
- show
Name String - The display name of the custom configuration item for internationalization.
- type
Define String - The type of the custom configuration item. The value is a JSON string.
- value String
- The content of the description for the check item when the Type parameter is text.
- default
Value string - The default value of the custom configuration item. The value is a string.
- name string
- The name of the custom configuration item, which is unique in a check item.
- show
Name string - The display name of the custom configuration item for internationalization.
- type
Define string - The type of the custom configuration item. The value is a JSON string.
- value string
- The content of the description for the check item when the Type parameter is text.
- default_
value str - The default value of the custom configuration item. The value is a string.
- name str
- The name of the custom configuration item, which is unique in a check item.
- show_
name str - The display name of the custom configuration item for internationalization.
- type_
define str - The type of the custom configuration item. The value is a JSON string.
- value str
- The content of the description for the check item when the Type parameter is text.
- default
Value String - The default value of the custom configuration item. The value is a string.
- name String
- The name of the custom configuration item, which is unique in a check item.
- show
Name String - The display name of the custom configuration item for internationalization.
- type
Define String - The type of the custom configuration item. The value is a JSON string.
- value String
- The content of the description for the check item when the Type parameter is text.
GetCheckItemConfigsConfigDescription
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.
Alibaba Cloud v3.92.0 published on Wednesday, Jan 14, 2026 by Pulumi
