|
| 1 | +--- |
| 2 | +subcategory: "Key Management Service(KMS)" |
| 3 | +layout: "tencentcloud" |
| 4 | +page_title: "TencentCloud: tencentcloud_kms_service_status" |
| 5 | +sidebar_current: "docs-tencentcloud-datasource-kms_service_status" |
| 6 | +description: |- |
| 7 | + Use this data source to query detailed information of KMS service_status |
| 8 | +--- |
| 9 | + |
| 10 | +# tencentcloud_kms_service_status |
| 11 | + |
| 12 | +Use this data source to query detailed information of KMS service_status |
| 13 | + |
| 14 | +## Example Usage |
| 15 | + |
| 16 | +```hcl |
| 17 | +data "tencentcloud_kms_service_status" "example" {} |
| 18 | +``` |
| 19 | + |
| 20 | +## Argument Reference |
| 21 | + |
| 22 | +The following arguments are supported: |
| 23 | + |
| 24 | +* `result_output_file` - (Optional, String) Used to save results. |
| 25 | + |
| 26 | +## Attributes Reference |
| 27 | + |
| 28 | +In addition to all arguments above, the following attributes are exported: |
| 29 | + |
| 30 | +* `cmk_limit` - Return KMS user key specification quantity. |
| 31 | +* `cmk_user_count` - Return the number of KMS user key usage. |
| 32 | +* `exclusive_hsm_enabled` - Whether to activate Exclusive KMS |
| 33 | +Note: This field may return `null`, indicating that no valid value can be obtained. |
| 34 | +* `exclusive_hsm_list` - Return to Exclusive Cluster Group. |
| 35 | +* `exclusive_vsm_enabled` - Whether to activate Managed KMS |
| 36 | +Note: This field may return `null`, indicating that no valid value can be obtained. |
| 37 | +* `invalid_type` - Service unavailability type. 0: not purchased; 1: normal; 2: suspended due to arrears; 3: resource released. |
| 38 | +* `pro_expire_time` - Expiration time of the KMS Ultimate edition. It's represented in a Unix Epoch timestamp. |
| 39 | +Note: This field may return null, indicating that no valid values can be obtained. |
| 40 | +* `pro_renew_flag` - Whether to automatically renew Ultimate Edition. 0: no, 1: yes |
| 41 | +Note: this field may return null, indicating that no valid values can be obtained. |
| 42 | +* `pro_resource_id` - Unique ID of the Ultimate Edition purchase record. If the Ultimate Edition is not activated, the returned value will be null. |
| 43 | +Note: this field may return null, indicating that no valid values can be obtained. |
| 44 | +* `service_enabled` - Whether the KMS service has been activated. true: activated. |
| 45 | +* `subscription_info` - KMS subscription information. |
| 46 | +Note: This field may return null, indicating that no valid values can be obtained. |
| 47 | +* `user_level` - 0: Basic Edition, 1: Ultimate Edition. |
| 48 | + |
| 49 | + |
0 commit comments