alicloud_accountalicloud_action_trailalicloud_cas_certificatealicloud_cms_monitor_hostalicloud_cs_kubernetes_clusteralicloud_cs_kubernetes_cluster_nodealicloud_ecs_auto_provisioning_groupalicloud_ecs_autoscaling_groupalicloud_ecs_diskalicloud_ecs_disk_metric_read_iopsalicloud_ecs_disk_metric_read_iops_dailyalicloud_ecs_disk_metric_read_iops_hourlyalicloud_ecs_disk_metric_write_iopsalicloud_ecs_disk_metric_write_iops_dailyalicloud_ecs_disk_metric_write_iops_hourlyalicloud_ecs_imagealicloud_ecs_instancealicloud_ecs_instance_metric_cpu_utilization_dailyalicloud_ecs_instance_metric_cpu_utilization_hourlyalicloud_ecs_key_pairalicloud_ecs_launch_templatealicloud_ecs_network_interfacealicloud_ecs_regionalicloud_ecs_security_groupalicloud_ecs_snapshotalicloud_ecs_zonealicloud_kms_keyalicloud_kms_secretalicloud_oss_bucketalicloud_ram_access_keyalicloud_ram_credential_reportalicloud_ram_groupalicloud_ram_password_policyalicloud_ram_policyalicloud_ram_rolealicloud_ram_security_preferencealicloud_ram_useralicloud_rds_backupalicloud_rds_databasealicloud_rds_instancealicloud_rds_instance_metric_connectionsalicloud_rds_instance_metric_connections_dailyalicloud_rds_instance_metric_cpu_utilizationalicloud_rds_instance_metric_cpu_utilization_dailyalicloud_rds_instance_metric_cpu_utilization_hourlyalicloud_security_center_field_statisticsalicloud_security_center_versionalicloud_slb_load_balanceralicloud_vpcalicloud_vpc_dhcp_options_setalicloud_vpc_eipalicloud_vpc_flow_logalicloud_vpc_nat_gatewayalicloud_vpc_network_aclalicloud_vpc_route_entryalicloud_vpc_route_tablealicloud_vpc_ssl_vpn_client_certalicloud_vpc_ssl_vpn_serveralicloud_vpc_vpn_connectionalicloud_vpc_vpn_customer_gatewayalicloud_vpc_vpn_gatewayalicloud_vpc_vswitch
Table: alicloud_security_center_version
Security Center is a centralized security management system that dynamically identifies and analyzes security threats, and generates alerts when threats are detected. It provides multiple features to ensure the security of cloud resources and servers in data centers.
Alicloud Security Center versions provide the details of the purchased edition of security center.
Valid values are: 1: Basic 2: Enterprise 3: Enterprise 5: Advanced 6: Basic Anti-Virus
Note: Both 2 and 3 indicate the Enterprise edition and have no differences.
Examples
Basic info
select version, is_trial_version, is_over_balance, regionfrom alicloud_security_center_version;
Ensure that Security Center is Advanced or Enterprise edition
select version, is_trial_version, is_over_balance, regionfrom alicloud_security_center_versionwhere version in ('2', '3', '5');
.inspect alicloud_security_center_version
Alicloud Security Center Version
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
account_id | text | The Alicloud Account ID in which the resource is located. |
akas | jsonb | Array of globally unique identifier strings (also known as) for the resource. |
app_white_list | bigint | Indicates whether the application whitelist is enabled. |
app_white_list_auth_count | bigint | The quota on the servers to which you can apply your application whitelist. |
asset_level | bigint | The purchased quota for Security Center. |
instance_id | text | The ID of the purchased Security Center instance. |
is_over_balance | boolean | Indicates whether the number of existing servers exceeds your quota. |
is_trial_version | boolean | Indicates whether Security Center is the free trial edition. |
last_trail_end_time | timestamp with time zone | The time when the last free trial ends. |
region | text | The Alicloud region in which the resource is located. |
release_time | timestamp with time zone | The time when the Security Center instance expired. |
sas_log | bigint | Indicates whether log analysis is purchased. |
sas_screen | bigint | Indicates whether the security dashboard is purchased. |
sls_capacity | bigint | The purchased capacity of log storage. |
title | text | Title of the resource. |
user_defined_alarms | bigint | Indicates whether the custom alert feature is enabled. |
version | text | The purchased edition of Security Center. |
web_lock | bigint | Indicates whether web tamper proofing is enabled. |
web_lock_auth_count | bigint | The quota on the servers that web tamper proofing protects. |