Class StoreIndexState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class StoreIndexState : ResourceArgs
Constructors
View SourceStoreIndexState()
Declaration
public StoreIndexState()
Properties
View SourceFieldSearches
List configurations of field search index. Valid item as follows:
Declaration
public InputList<StoreIndexFieldSearchGetArgs> FieldSearches { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<StoreIndexFieldSearchGetArgs> |
FullText
The configuration of full text index. Valid item as follows:
Declaration
public Input<StoreIndexFullTextGetArgs> FullText { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StoreIndexFullTextGetArgs> |
Logstore
The log store name to the query index belongs.
Declaration
public Input<string> Logstore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project name to the log store belongs.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |