1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getElasticsearchDescribeIndexList
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.getElasticsearchDescribeIndexList

Explore with Pulumi AI

Use this data source to query detailed information of elasticsearch index list

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const describeIndexList = tencentcloud.getElasticsearchDescribeIndexList({
    indexType: "normal",
    instanceId: "es-nni6pm4s",
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

describe_index_list = tencentcloud.get_elasticsearch_describe_index_list(index_type="normal",
    instance_id="es-nni6pm4s")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := tencentcloud.GetElasticsearchDescribeIndexList(ctx, &tencentcloud.GetElasticsearchDescribeIndexListArgs{
			IndexType:  "normal",
			InstanceId: pulumi.StringRef("es-nni6pm4s"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var describeIndexList = Tencentcloud.GetElasticsearchDescribeIndexList.Invoke(new()
    {
        IndexType = "normal",
        InstanceId = "es-nni6pm4s",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetElasticsearchDescribeIndexListArgs;
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 describeIndexList = TencentcloudFunctions.getElasticsearchDescribeIndexList(GetElasticsearchDescribeIndexListArgs.builder()
            .indexType("normal")
            .instanceId("es-nni6pm4s")
            .build());

    }
}
Copy
variables:
  describeIndexList:
    fn::invoke:
      function: tencentcloud:getElasticsearchDescribeIndexList
      arguments:
        indexType: normal
        instanceId: es-nni6pm4s
Copy

Using getElasticsearchDescribeIndexList

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 getElasticsearchDescribeIndexList(args: GetElasticsearchDescribeIndexListArgs, opts?: InvokeOptions): Promise<GetElasticsearchDescribeIndexListResult>
function getElasticsearchDescribeIndexListOutput(args: GetElasticsearchDescribeIndexListOutputArgs, opts?: InvokeOptions): Output<GetElasticsearchDescribeIndexListResult>
Copy
def get_elasticsearch_describe_index_list(id: Optional[str] = None,
                                          index_name: Optional[str] = None,
                                          index_status_lists: Optional[Sequence[str]] = None,
                                          index_type: Optional[str] = None,
                                          instance_id: Optional[str] = None,
                                          order: Optional[str] = None,
                                          order_by: Optional[str] = None,
                                          password: Optional[str] = None,
                                          result_output_file: Optional[str] = None,
                                          username: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetElasticsearchDescribeIndexListResult
def get_elasticsearch_describe_index_list_output(id: Optional[pulumi.Input[str]] = None,
                                          index_name: Optional[pulumi.Input[str]] = None,
                                          index_status_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          index_type: Optional[pulumi.Input[str]] = None,
                                          instance_id: Optional[pulumi.Input[str]] = None,
                                          order: Optional[pulumi.Input[str]] = None,
                                          order_by: Optional[pulumi.Input[str]] = None,
                                          password: Optional[pulumi.Input[str]] = None,
                                          result_output_file: Optional[pulumi.Input[str]] = None,
                                          username: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetElasticsearchDescribeIndexListResult]
Copy
func GetElasticsearchDescribeIndexList(ctx *Context, args *GetElasticsearchDescribeIndexListArgs, opts ...InvokeOption) (*GetElasticsearchDescribeIndexListResult, error)
func GetElasticsearchDescribeIndexListOutput(ctx *Context, args *GetElasticsearchDescribeIndexListOutputArgs, opts ...InvokeOption) GetElasticsearchDescribeIndexListResultOutput
Copy

> Note: This function is named GetElasticsearchDescribeIndexList in the Go SDK.

public static class GetElasticsearchDescribeIndexList 
{
    public static Task<GetElasticsearchDescribeIndexListResult> InvokeAsync(GetElasticsearchDescribeIndexListArgs args, InvokeOptions? opts = null)
    public static Output<GetElasticsearchDescribeIndexListResult> Invoke(GetElasticsearchDescribeIndexListInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetElasticsearchDescribeIndexListResult> getElasticsearchDescribeIndexList(GetElasticsearchDescribeIndexListArgs args, InvokeOptions options)
public static Output<GetElasticsearchDescribeIndexListResult> getElasticsearchDescribeIndexList(GetElasticsearchDescribeIndexListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getElasticsearchDescribeIndexList:getElasticsearchDescribeIndexList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IndexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
Id string
IndexName string
Index name. If you fill in the blanks, get all indexes.
IndexStatusLists List<string>
Index status list.
InstanceId string
ES cluster id.
Order string
Sort order, which supports asc and desc. The default is desc data format asc,desc.
OrderBy string
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
Password string
Cluster access password.
ResultOutputFile string
Used to save results.
Username string
Cluster access user name.
IndexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
Id string
IndexName string
Index name. If you fill in the blanks, get all indexes.
IndexStatusLists []string
Index status list.
InstanceId string
ES cluster id.
Order string
Sort order, which supports asc and desc. The default is desc data format asc,desc.
OrderBy string
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
Password string
Cluster access password.
ResultOutputFile string
Used to save results.
Username string
Cluster access user name.
indexType This property is required. String
Index type. auto: Autonomous index; normal: General index.
id String
indexName String
Index name. If you fill in the blanks, get all indexes.
indexStatusLists List<String>
Index status list.
instanceId String
ES cluster id.
order String
Sort order, which supports asc and desc. The default is desc data format asc,desc.
orderBy String
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
password String
Cluster access password.
resultOutputFile String
Used to save results.
username String
Cluster access user name.
indexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
id string
indexName string
Index name. If you fill in the blanks, get all indexes.
indexStatusLists string[]
Index status list.
instanceId string
ES cluster id.
order string
Sort order, which supports asc and desc. The default is desc data format asc,desc.
orderBy string
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
password string
Cluster access password.
resultOutputFile string
Used to save results.
username string
Cluster access user name.
index_type This property is required. str
Index type. auto: Autonomous index; normal: General index.
id str
index_name str
Index name. If you fill in the blanks, get all indexes.
index_status_lists Sequence[str]
Index status list.
instance_id str
ES cluster id.
order str
Sort order, which supports asc and desc. The default is desc data format asc,desc.
order_by str
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
password str
Cluster access password.
result_output_file str
Used to save results.
username str
Cluster access user name.
indexType This property is required. String
Index type. auto: Autonomous index; normal: General index.
id String
indexName String
Index name. If you fill in the blanks, get all indexes.
indexStatusLists List<String>
Index status list.
instanceId String
ES cluster id.
order String
Sort order, which supports asc and desc. The default is desc data format asc,desc.
orderBy String
Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
password String
Cluster access password.
resultOutputFile String
Used to save results.
username String
Cluster access user name.

getElasticsearchDescribeIndexList Result

The following output properties are available:

Id string
IndexMetaFields List<GetElasticsearchDescribeIndexListIndexMetaField>
Index metadata field.
IndexType string
Index type.
IndexName string
Index name.
IndexStatusLists List<string>
InstanceId string
Order string
OrderBy string
Password string
ResultOutputFile string
Username string
Id string
IndexMetaFields []GetElasticsearchDescribeIndexListIndexMetaField
Index metadata field.
IndexType string
Index type.
IndexName string
Index name.
IndexStatusLists []string
InstanceId string
Order string
OrderBy string
Password string
ResultOutputFile string
Username string
id String
indexMetaFields List<GetElasticsearchDescribeIndexListIndexMetaField>
Index metadata field.
indexType String
Index type.
indexName String
Index name.
indexStatusLists List<String>
instanceId String
order String
orderBy String
password String
resultOutputFile String
username String
id string
indexMetaFields GetElasticsearchDescribeIndexListIndexMetaField[]
Index metadata field.
indexType string
Index type.
indexName string
Index name.
indexStatusLists string[]
instanceId string
order string
orderBy string
password string
resultOutputFile string
username string
id String
indexMetaFields List<Property Map>
Index metadata field.
indexType String
Index type.
indexName String
Index name.
indexStatusLists List<String>
instanceId String
order String
orderBy String
password String
resultOutputFile String
username String

Supporting Types

GetElasticsearchDescribeIndexListIndexMetaField

AppId This property is required. double
App id.
BackingIndices This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex>
Backing indices.
ClusterId This property is required. string
Cluster id.
ClusterName This property is required. string
Cluster name.
ClusterVersion This property is required. string
Cluster version.
IndexCreateTime This property is required. string
Index create time.
IndexDocs This property is required. double
Number of indexed documents.
IndexMetaJson This property is required. string
Index meta json.
IndexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
IndexOptionsFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField>
Index options field.
IndexPolicyFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField>
Index lifecycle field.
IndexSettingsFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField>
Index settings field.
IndexStatus This property is required. string
Index status.
IndexStorage This property is required. double
Index storage.
IndexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
AppId This property is required. float64
App id.
BackingIndices This property is required. []GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex
Backing indices.
ClusterId This property is required. string
Cluster id.
ClusterName This property is required. string
Cluster name.
ClusterVersion This property is required. string
Cluster version.
IndexCreateTime This property is required. string
Index create time.
IndexDocs This property is required. float64
Number of indexed documents.
IndexMetaJson This property is required. string
Index meta json.
IndexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
IndexOptionsFields This property is required. []GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField
Index options field.
IndexPolicyFields This property is required. []GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField
Index lifecycle field.
IndexSettingsFields This property is required. []GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField
Index settings field.
IndexStatus This property is required. string
Index status.
IndexStorage This property is required. float64
Index storage.
IndexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
appId This property is required. Double
App id.
backingIndices This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex>
Backing indices.
clusterId This property is required. String
Cluster id.
clusterName This property is required. String
Cluster name.
clusterVersion This property is required. String
Cluster version.
indexCreateTime This property is required. String
Index create time.
indexDocs This property is required. Double
Number of indexed documents.
indexMetaJson This property is required. String
Index meta json.
indexName This property is required. String
Index name. If you fill in the blanks, get all indexes.
indexOptionsFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField>
Index options field.
indexPolicyFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField>
Index lifecycle field.
indexSettingsFields This property is required. List<GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField>
Index settings field.
indexStatus This property is required. String
Index status.
indexStorage This property is required. Double
Index storage.
indexType This property is required. String
Index type. auto: Autonomous index; normal: General index.
appId This property is required. number
App id.
backingIndices This property is required. GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex[]
Backing indices.
clusterId This property is required. string
Cluster id.
clusterName This property is required. string
Cluster name.
clusterVersion This property is required. string
Cluster version.
indexCreateTime This property is required. string
Index create time.
indexDocs This property is required. number
Number of indexed documents.
indexMetaJson This property is required. string
Index meta json.
indexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
indexOptionsFields This property is required. GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField[]
Index options field.
indexPolicyFields This property is required. GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField[]
Index lifecycle field.
indexSettingsFields This property is required. GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField[]
Index settings field.
indexStatus This property is required. string
Index status.
indexStorage This property is required. number
Index storage.
indexType This property is required. string
Index type. auto: Autonomous index; normal: General index.
app_id This property is required. float
App id.
backing_indices This property is required. Sequence[GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex]
Backing indices.
cluster_id This property is required. str
Cluster id.
cluster_name This property is required. str
Cluster name.
cluster_version This property is required. str
Cluster version.
index_create_time This property is required. str
Index create time.
index_docs This property is required. float
Number of indexed documents.
index_meta_json This property is required. str
Index meta json.
index_name This property is required. str
Index name. If you fill in the blanks, get all indexes.
index_options_fields This property is required. Sequence[GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField]
Index options field.
index_policy_fields This property is required. Sequence[GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField]
Index lifecycle field.
index_settings_fields This property is required. Sequence[GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField]
Index settings field.
index_status This property is required. str
Index status.
index_storage This property is required. float
Index storage.
index_type This property is required. str
Index type. auto: Autonomous index; normal: General index.
appId This property is required. Number
App id.
backingIndices This property is required. List<Property Map>
Backing indices.
clusterId This property is required. String
Cluster id.
clusterName This property is required. String
Cluster name.
clusterVersion This property is required. String
Cluster version.
indexCreateTime This property is required. String
Index create time.
indexDocs This property is required. Number
Number of indexed documents.
indexMetaJson This property is required. String
Index meta json.
indexName This property is required. String
Index name. If you fill in the blanks, get all indexes.
indexOptionsFields This property is required. List<Property Map>
Index options field.
indexPolicyFields This property is required. List<Property Map>
Index lifecycle field.
indexSettingsFields This property is required. List<Property Map>
Index settings field.
indexStatus This property is required. String
Index status.
indexStorage This property is required. Number
Index storage.
indexType This property is required. String
Index type. auto: Autonomous index; normal: General index.

GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex

IndexCreateTime This property is required. string
Index create time.
IndexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
IndexPhrase This property is required. string
Index phrase.
IndexStatus This property is required. string
Index status.
IndexStorage This property is required. double
Index storage.
IndexCreateTime This property is required. string
Index create time.
IndexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
IndexPhrase This property is required. string
Index phrase.
IndexStatus This property is required. string
Index status.
IndexStorage This property is required. float64
Index storage.
indexCreateTime This property is required. String
Index create time.
indexName This property is required. String
Index name. If you fill in the blanks, get all indexes.
indexPhrase This property is required. String
Index phrase.
indexStatus This property is required. String
Index status.
indexStorage This property is required. Double
Index storage.
indexCreateTime This property is required. string
Index create time.
indexName This property is required. string
Index name. If you fill in the blanks, get all indexes.
indexPhrase This property is required. string
Index phrase.
indexStatus This property is required. string
Index status.
indexStorage This property is required. number
Index storage.
index_create_time This property is required. str
Index create time.
index_name This property is required. str
Index name. If you fill in the blanks, get all indexes.
index_phrase This property is required. str
Index phrase.
index_status This property is required. str
Index status.
index_storage This property is required. float
Index storage.
indexCreateTime This property is required. String
Index create time.
indexName This property is required. String
Index name. If you fill in the blanks, get all indexes.
indexPhrase This property is required. String
Index phrase.
indexStatus This property is required. String
Index status.
indexStorage This property is required. Number
Index storage.

GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField

ExpireMaxAge This property is required. string
Expire max age.
ExpireMaxSize This property is required. string
Expire max size.
RolloverDynamic This property is required. string
Whether to turn on dynamic scrolling.
RolloverMaxAge This property is required. string
Rollover max age.
ShardNumDynamic This property is required. string
Whether to enable dynamic slicing.
TimestampField This property is required. string
Time partition field.
WriteMode This property is required. string
Write mode.
ExpireMaxAge This property is required. string
Expire max age.
ExpireMaxSize This property is required. string
Expire max size.
RolloverDynamic This property is required. string
Whether to turn on dynamic scrolling.
RolloverMaxAge This property is required. string
Rollover max age.
ShardNumDynamic This property is required. string
Whether to enable dynamic slicing.
TimestampField This property is required. string
Time partition field.
WriteMode This property is required. string
Write mode.
expireMaxAge This property is required. String
Expire max age.
expireMaxSize This property is required. String
Expire max size.
rolloverDynamic This property is required. String
Whether to turn on dynamic scrolling.
rolloverMaxAge This property is required. String
Rollover max age.
shardNumDynamic This property is required. String
Whether to enable dynamic slicing.
timestampField This property is required. String
Time partition field.
writeMode This property is required. String
Write mode.
expireMaxAge This property is required. string
Expire max age.
expireMaxSize This property is required. string
Expire max size.
rolloverDynamic This property is required. string
Whether to turn on dynamic scrolling.
rolloverMaxAge This property is required. string
Rollover max age.
shardNumDynamic This property is required. string
Whether to enable dynamic slicing.
timestampField This property is required. string
Time partition field.
writeMode This property is required. string
Write mode.
expire_max_age This property is required. str
Expire max age.
expire_max_size This property is required. str
Expire max size.
rollover_dynamic This property is required. str
Whether to turn on dynamic scrolling.
rollover_max_age This property is required. str
Rollover max age.
shard_num_dynamic This property is required. str
Whether to enable dynamic slicing.
timestamp_field This property is required. str
Time partition field.
write_mode This property is required. str
Write mode.
expireMaxAge This property is required. String
Expire max age.
expireMaxSize This property is required. String
Expire max size.
rolloverDynamic This property is required. String
Whether to turn on dynamic scrolling.
rolloverMaxAge This property is required. String
Rollover max age.
shardNumDynamic This property is required. String
Whether to enable dynamic slicing.
timestampField This property is required. String
Time partition field.
writeMode This property is required. String
Write mode.

GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField

ColdAction This property is required. string
Cold action.
ColdEnable This property is required. string
Whether to enable the cold phase.
ColdMinAge This property is required. string
Cold phase transition time.
FrozenEnable This property is required. string
Start frozen phase.
FrozenMinAge This property is required. string
Frozen phase transition time.
WarmEnable This property is required. string
Whether to enable warm.
WarmMinAge This property is required. string
Warm phase transition time.
ColdAction This property is required. string
Cold action.
ColdEnable This property is required. string
Whether to enable the cold phase.
ColdMinAge This property is required. string
Cold phase transition time.
FrozenEnable This property is required. string
Start frozen phase.
FrozenMinAge This property is required. string
Frozen phase transition time.
WarmEnable This property is required. string
Whether to enable warm.
WarmMinAge This property is required. string
Warm phase transition time.
coldAction This property is required. String
Cold action.
coldEnable This property is required. String
Whether to enable the cold phase.
coldMinAge This property is required. String
Cold phase transition time.
frozenEnable This property is required. String
Start frozen phase.
frozenMinAge This property is required. String
Frozen phase transition time.
warmEnable This property is required. String
Whether to enable warm.
warmMinAge This property is required. String
Warm phase transition time.
coldAction This property is required. string
Cold action.
coldEnable This property is required. string
Whether to enable the cold phase.
coldMinAge This property is required. string
Cold phase transition time.
frozenEnable This property is required. string
Start frozen phase.
frozenMinAge This property is required. string
Frozen phase transition time.
warmEnable This property is required. string
Whether to enable warm.
warmMinAge This property is required. string
Warm phase transition time.
cold_action This property is required. str
Cold action.
cold_enable This property is required. str
Whether to enable the cold phase.
cold_min_age This property is required. str
Cold phase transition time.
frozen_enable This property is required. str
Start frozen phase.
frozen_min_age This property is required. str
Frozen phase transition time.
warm_enable This property is required. str
Whether to enable warm.
warm_min_age This property is required. str
Warm phase transition time.
coldAction This property is required. String
Cold action.
coldEnable This property is required. String
Whether to enable the cold phase.
coldMinAge This property is required. String
Cold phase transition time.
frozenEnable This property is required. String
Start frozen phase.
frozenMinAge This property is required. String
Frozen phase transition time.
warmEnable This property is required. String
Whether to enable warm.
warmMinAge This property is required. String
Warm phase transition time.

GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField

NumberOfReplicas This property is required. string
Number of index copy fragments.
NumberOfShards This property is required. string
Number of index main fragments.
RefreshInterval This property is required. string
Index refresh frequency.
NumberOfReplicas This property is required. string
Number of index copy fragments.
NumberOfShards This property is required. string
Number of index main fragments.
RefreshInterval This property is required. string
Index refresh frequency.
numberOfReplicas This property is required. String
Number of index copy fragments.
numberOfShards This property is required. String
Number of index main fragments.
refreshInterval This property is required. String
Index refresh frequency.
numberOfReplicas This property is required. string
Number of index copy fragments.
numberOfShards This property is required. string
Number of index main fragments.
refreshInterval This property is required. string
Index refresh frequency.
number_of_replicas This property is required. str
Number of index copy fragments.
number_of_shards This property is required. str
Number of index main fragments.
refresh_interval This property is required. str
Index refresh frequency.
numberOfReplicas This property is required. String
Number of index copy fragments.
numberOfShards This property is required. String
Number of index main fragments.
refreshInterval This property is required. String
Index refresh frequency.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.