tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getElasticsearchDescribeIndexList
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
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",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_index_list = tencentcloud.get_elasticsearch_describe_index_list(index_type="normal",
instance_id="es-nni6pm4s")
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
})
}
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",
});
});
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());
}
}
variables:
describeIndexList:
fn::invoke:
function: tencentcloud:getElasticsearchDescribeIndexList
arguments:
indexType: normal
instanceId: es-nni6pm4s
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>
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]
func GetElasticsearchDescribeIndexList(ctx *Context, args *GetElasticsearchDescribeIndexListArgs, opts ...InvokeOption) (*GetElasticsearchDescribeIndexListResult, error)
func GetElasticsearchDescribeIndexListOutput(ctx *Context, args *GetElasticsearchDescribeIndexListOutputArgs, opts ...InvokeOption) GetElasticsearchDescribeIndexListResultOutput
> 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)
}
public static CompletableFuture<GetElasticsearchDescribeIndexListResult> getElasticsearchDescribeIndexList(GetElasticsearchDescribeIndexListArgs args, InvokeOptions options)
public static Output<GetElasticsearchDescribeIndexListResult> getElasticsearchDescribeIndexList(GetElasticsearchDescribeIndexListArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getElasticsearchDescribeIndexList:getElasticsearchDescribeIndexList
arguments:
# arguments dictionary
The following arguments are supported:
- Index
Type This property is required. string - Index type.
auto
: Autonomous index;normal
: General index. - Id string
- Index
Name string - Index name. If you fill in the blanks, get all indexes.
- Index
Status List<string>Lists - Index status list.
- Instance
Id string - ES cluster id.
- Order string
- Sort order, which supports asc and desc. The default is desc data format asc,desc.
- Order
By string - Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
- Password string
- Cluster access password.
- Result
Output stringFile - Used to save results.
- Username string
- Cluster access user name.
- Index
Type This property is required. string - Index type.
auto
: Autonomous index;normal
: General index. - Id string
- Index
Name string - Index name. If you fill in the blanks, get all indexes.
- Index
Status []stringLists - Index status list.
- Instance
Id string - ES cluster id.
- Order string
- Sort order, which supports asc and desc. The default is desc data format asc,desc.
- Order
By string - Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
- Password string
- Cluster access password.
- Result
Output stringFile - Used to save results.
- Username string
- Cluster access user name.
- index
Type This property is required. String - Index type.
auto
: Autonomous index;normal
: General index. - id String
- index
Name String - Index name. If you fill in the blanks, get all indexes.
- index
Status List<String>Lists - Index status list.
- instance
Id String - ES cluster id.
- order String
- Sort order, which supports asc and desc. The default is desc data format asc,desc.
- order
By String - Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
- password String
- Cluster access password.
- result
Output StringFile - Used to save results.
- username String
- Cluster access user name.
- index
Type This property is required. string - Index type.
auto
: Autonomous index;normal
: General index. - id string
- index
Name string - Index name. If you fill in the blanks, get all indexes.
- index
Status string[]Lists - Index status list.
- instance
Id string - ES cluster id.
- order string
- Sort order, which supports asc and desc. The default is desc data format asc,desc.
- order
By string - Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
- password string
- Cluster access password.
- result
Output stringFile - 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_ Sequence[str]lists - 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_ strfile - Used to save results.
- username str
- Cluster access user name.
- index
Type This property is required. String - Index type.
auto
: Autonomous index;normal
: General index. - id String
- index
Name String - Index name. If you fill in the blanks, get all indexes.
- index
Status List<String>Lists - Index status list.
- instance
Id String - ES cluster id.
- order String
- Sort order, which supports asc and desc. The default is desc data format asc,desc.
- order
By String - Sort field. Support index name: IndexName, index storage: IndexStorage, index creation time: IndexCreateTime.
- password String
- Cluster access password.
- result
Output StringFile - Used to save results.
- username String
- Cluster access user name.
getElasticsearchDescribeIndexList Result
The following output properties are available:
- Id string
- Index
Meta List<GetFields Elasticsearch Describe Index List Index Meta Field> - Index metadata field.
- Index
Type string - Index type.
- Index
Name string - Index name.
- Index
Status List<string>Lists - Instance
Id string - Order string
- Order
By string - Password string
- Result
Output stringFile - Username string
- Id string
- Index
Meta []GetFields Elasticsearch Describe Index List Index Meta Field - Index metadata field.
- Index
Type string - Index type.
- Index
Name string - Index name.
- Index
Status []stringLists - Instance
Id string - Order string
- Order
By string - Password string
- Result
Output stringFile - Username string
- id String
- index
Meta List<GetFields Elasticsearch Describe Index List Index Meta Field> - Index metadata field.
- index
Type String - Index type.
- index
Name String - Index name.
- index
Status List<String>Lists - instance
Id String - order String
- order
By String - password String
- result
Output StringFile - username String
- id string
- index
Meta GetFields Elasticsearch Describe Index List Index Meta Field[] - Index metadata field.
- index
Type string - Index type.
- index
Name string - Index name.
- index
Status string[]Lists - instance
Id string - order string
- order
By string - password string
- result
Output stringFile - username string
- id str
- index_
meta_ Sequence[Getfields Elasticsearch Describe Index List Index Meta Field] - Index metadata field.
- index_
type str - Index type.
- index_
name str - Index name.
- index_
status_ Sequence[str]lists - instance_
id str - order str
- order_
by str - password str
- result_
output_ strfile - username str
- id String
- index
Meta List<Property Map>Fields - Index metadata field.
- index
Type String - Index type.
- index
Name String - Index name.
- index
Status List<String>Lists - instance
Id String - order String
- order
By String - password String
- result
Output StringFile - username String
Supporting Types
GetElasticsearchDescribeIndexListIndexMetaField
- App
Id This property is required. double - App id.
- Backing
Indices This property is required. List<GetElasticsearch Describe Index List Index Meta Field Backing Index> - Backing indices.
- Cluster
Id This property is required. string - Cluster id.
- Cluster
Name This property is required. string - Cluster name.
- Cluster
Version This property is required. string - Cluster version.
- Index
Create Time This property is required. string - Index create time.
- Index
Docs This property is required. double - Number of indexed documents.
- Index
Meta Json This property is required. string - Index meta json.
- Index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- Index
Options Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Options Field> - Index options field.
- Index
Policy Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Policy Field> - Index lifecycle field.
- Index
Settings Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Settings Field> - Index settings field.
- Index
Status This property is required. string - Index status.
- Index
Storage This property is required. double - Index storage.
- Index
Type This property is required. string - Index type.
auto
: Autonomous index;normal
: General index.
- App
Id This property is required. float64 - App id.
- Backing
Indices This property is required. []GetElasticsearch Describe Index List Index Meta Field Backing Index - Backing indices.
- Cluster
Id This property is required. string - Cluster id.
- Cluster
Name This property is required. string - Cluster name.
- Cluster
Version This property is required. string - Cluster version.
- Index
Create Time This property is required. string - Index create time.
- Index
Docs This property is required. float64 - Number of indexed documents.
- Index
Meta Json This property is required. string - Index meta json.
- Index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- Index
Options Fields This property is required. []GetElasticsearch Describe Index List Index Meta Field Index Options Field - Index options field.
- Index
Policy Fields This property is required. []GetElasticsearch Describe Index List Index Meta Field Index Policy Field - Index lifecycle field.
- Index
Settings Fields This property is required. []GetElasticsearch Describe Index List Index Meta Field Index Settings Field - Index settings field.
- Index
Status This property is required. string - Index status.
- Index
Storage This property is required. float64 - Index storage.
- Index
Type This property is required. string - Index type.
auto
: Autonomous index;normal
: General index.
- app
Id This property is required. Double - App id.
- backing
Indices This property is required. List<GetElasticsearch Describe Index List Index Meta Field Backing Index> - Backing indices.
- cluster
Id This property is required. String - Cluster id.
- cluster
Name This property is required. String - Cluster name.
- cluster
Version This property is required. String - Cluster version.
- index
Create Time This property is required. String - Index create time.
- index
Docs This property is required. Double - Number of indexed documents.
- index
Meta Json This property is required. String - Index meta json.
- index
Name This property is required. String - Index name. If you fill in the blanks, get all indexes.
- index
Options Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Options Field> - Index options field.
- index
Policy Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Policy Field> - Index lifecycle field.
- index
Settings Fields This property is required. List<GetElasticsearch Describe Index List Index Meta Field Index Settings Field> - Index settings field.
- index
Status This property is required. String - Index status.
- index
Storage This property is required. Double - Index storage.
- index
Type This property is required. String - Index type.
auto
: Autonomous index;normal
: General index.
- app
Id This property is required. number - App id.
- backing
Indices This property is required. GetElasticsearch Describe Index List Index Meta Field Backing Index[] - Backing indices.
- cluster
Id This property is required. string - Cluster id.
- cluster
Name This property is required. string - Cluster name.
- cluster
Version This property is required. string - Cluster version.
- index
Create Time This property is required. string - Index create time.
- index
Docs This property is required. number - Number of indexed documents.
- index
Meta Json This property is required. string - Index meta json.
- index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- index
Options Fields This property is required. GetElasticsearch Describe Index List Index Meta Field Index Options Field[] - Index options field.
- index
Policy Fields This property is required. GetElasticsearch Describe Index List Index Meta Field Index Policy Field[] - Index lifecycle field.
- index
Settings Fields This property is required. GetElasticsearch Describe Index List Index Meta Field Index Settings Field[] - Index settings field.
- index
Status This property is required. string - Index status.
- index
Storage This property is required. number - Index storage.
- index
Type 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[GetElasticsearch Describe Index List Index Meta Field Backing Index] - 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[GetElasticsearch Describe Index List Index Meta Field Index Options Field] - Index options field.
- index_
policy_ fields This property is required. Sequence[GetElasticsearch Describe Index List Index Meta Field Index Policy Field] - Index lifecycle field.
- index_
settings_ fields This property is required. Sequence[GetElasticsearch Describe Index List Index Meta Field Index Settings Field] - 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.
- app
Id This property is required. Number - App id.
- backing
Indices This property is required. List<Property Map> - Backing indices.
- cluster
Id This property is required. String - Cluster id.
- cluster
Name This property is required. String - Cluster name.
- cluster
Version This property is required. String - Cluster version.
- index
Create Time This property is required. String - Index create time.
- index
Docs This property is required. Number - Number of indexed documents.
- index
Meta Json This property is required. String - Index meta json.
- index
Name This property is required. String - Index name. If you fill in the blanks, get all indexes.
- index
Options Fields This property is required. List<Property Map> - Index options field.
- index
Policy Fields This property is required. List<Property Map> - Index lifecycle field.
- index
Settings Fields This property is required. List<Property Map> - Index settings field.
- index
Status This property is required. String - Index status.
- index
Storage This property is required. Number - Index storage.
- index
Type This property is required. String - Index type.
auto
: Autonomous index;normal
: General index.
GetElasticsearchDescribeIndexListIndexMetaFieldBackingIndex
- Index
Create Time This property is required. string - Index create time.
- Index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- Index
Phrase This property is required. string - Index phrase.
- Index
Status This property is required. string - Index status.
- Index
Storage This property is required. double - Index storage.
- Index
Create Time This property is required. string - Index create time.
- Index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- Index
Phrase This property is required. string - Index phrase.
- Index
Status This property is required. string - Index status.
- Index
Storage This property is required. float64 - Index storage.
- index
Create Time This property is required. String - Index create time.
- index
Name This property is required. String - Index name. If you fill in the blanks, get all indexes.
- index
Phrase This property is required. String - Index phrase.
- index
Status This property is required. String - Index status.
- index
Storage This property is required. Double - Index storage.
- index
Create Time This property is required. string - Index create time.
- index
Name This property is required. string - Index name. If you fill in the blanks, get all indexes.
- index
Phrase This property is required. string - Index phrase.
- index
Status This property is required. string - Index status.
- index
Storage 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.
- index
Create Time This property is required. String - Index create time.
- index
Name This property is required. String - Index name. If you fill in the blanks, get all indexes.
- index
Phrase This property is required. String - Index phrase.
- index
Status This property is required. String - Index status.
- index
Storage This property is required. Number - Index storage.
GetElasticsearchDescribeIndexListIndexMetaFieldIndexOptionsField
- Expire
Max Age This property is required. string - Expire max age.
- Expire
Max Size This property is required. string - Expire max size.
- Rollover
Dynamic This property is required. string - Whether to turn on dynamic scrolling.
- Rollover
Max Age This property is required. string - Rollover max age.
This property is required. string- Whether to enable dynamic slicing.
- Timestamp
Field This property is required. string - Time partition field.
- Write
Mode This property is required. string - Write mode.
- Expire
Max Age This property is required. string - Expire max age.
- Expire
Max Size This property is required. string - Expire max size.
- Rollover
Dynamic This property is required. string - Whether to turn on dynamic scrolling.
- Rollover
Max Age This property is required. string - Rollover max age.
This property is required. string- Whether to enable dynamic slicing.
- Timestamp
Field This property is required. string - Time partition field.
- Write
Mode This property is required. string - Write mode.
- expire
Max Age This property is required. String - Expire max age.
- expire
Max Size This property is required. String - Expire max size.
- rollover
Dynamic This property is required. String - Whether to turn on dynamic scrolling.
- rollover
Max Age This property is required. String - Rollover max age.
This property is required. String- Whether to enable dynamic slicing.
- timestamp
Field This property is required. String - Time partition field.
- write
Mode This property is required. String - Write mode.
- expire
Max Age This property is required. string - Expire max age.
- expire
Max Size This property is required. string - Expire max size.
- rollover
Dynamic This property is required. string - Whether to turn on dynamic scrolling.
- rollover
Max Age This property is required. string - Rollover max age.
This property is required. string- Whether to enable dynamic slicing.
- timestamp
Field This property is required. string - Time partition field.
- write
Mode 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.
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.
- expire
Max Age This property is required. String - Expire max age.
- expire
Max Size This property is required. String - Expire max size.
- rollover
Dynamic This property is required. String - Whether to turn on dynamic scrolling.
- rollover
Max Age This property is required. String - Rollover max age.
This property is required. String- Whether to enable dynamic slicing.
- timestamp
Field This property is required. String - Time partition field.
- write
Mode This property is required. String - Write mode.
GetElasticsearchDescribeIndexListIndexMetaFieldIndexPolicyField
- Cold
Action This property is required. string - Cold action.
- Cold
Enable This property is required. string - Whether to enable the cold phase.
- Cold
Min Age This property is required. string - Cold phase transition time.
- Frozen
Enable This property is required. string - Start frozen phase.
- Frozen
Min Age This property is required. string - Frozen phase transition time.
- Warm
Enable This property is required. string - Whether to enable warm.
- Warm
Min Age This property is required. string - Warm phase transition time.
- Cold
Action This property is required. string - Cold action.
- Cold
Enable This property is required. string - Whether to enable the cold phase.
- Cold
Min Age This property is required. string - Cold phase transition time.
- Frozen
Enable This property is required. string - Start frozen phase.
- Frozen
Min Age This property is required. string - Frozen phase transition time.
- Warm
Enable This property is required. string - Whether to enable warm.
- Warm
Min Age This property is required. string - Warm phase transition time.
- cold
Action This property is required. String - Cold action.
- cold
Enable This property is required. String - Whether to enable the cold phase.
- cold
Min Age This property is required. String - Cold phase transition time.
- frozen
Enable This property is required. String - Start frozen phase.
- frozen
Min Age This property is required. String - Frozen phase transition time.
- warm
Enable This property is required. String - Whether to enable warm.
- warm
Min Age This property is required. String - Warm phase transition time.
- cold
Action This property is required. string - Cold action.
- cold
Enable This property is required. string - Whether to enable the cold phase.
- cold
Min Age This property is required. string - Cold phase transition time.
- frozen
Enable This property is required. string - Start frozen phase.
- frozen
Min Age This property is required. string - Frozen phase transition time.
- warm
Enable This property is required. string - Whether to enable warm.
- warm
Min Age 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.
- cold
Action This property is required. String - Cold action.
- cold
Enable This property is required. String - Whether to enable the cold phase.
- cold
Min Age This property is required. String - Cold phase transition time.
- frozen
Enable This property is required. String - Start frozen phase.
- frozen
Min Age This property is required. String - Frozen phase transition time.
- warm
Enable This property is required. String - Whether to enable warm.
- warm
Min Age This property is required. String - Warm phase transition time.
GetElasticsearchDescribeIndexListIndexMetaFieldIndexSettingsField
- Number
Of Replicas This property is required. string - Number of index copy fragments.
- Number
Of Shards This property is required. string - Number of index main fragments.
- Refresh
Interval This property is required. string - Index refresh frequency.
- Number
Of Replicas This property is required. string - Number of index copy fragments.
- Number
Of Shards This property is required. string - Number of index main fragments.
- Refresh
Interval This property is required. string - Index refresh frequency.
- number
Of Replicas This property is required. String - Number of index copy fragments.
- number
Of Shards This property is required. String - Number of index main fragments.
- refresh
Interval This property is required. String - Index refresh frequency.
- number
Of Replicas This property is required. string - Number of index copy fragments.
- number
Of Shards This property is required. string - Number of index main fragments.
- refresh
Interval 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.
- number
Of Replicas This property is required. String - Number of index copy fragments.
- number
Of Shards This property is required. String - Number of index main fragments.
- refresh
Interval 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.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack