Show / Hide Table of Contents

Class StoreIndexState

Inheritance
System.Object
InputArgs
ResourceArgs
StoreIndexState
Inherited Members
ResourceArgs.Empty
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 Source

StoreIndexState()

Declaration
public StoreIndexState()

Properties

View Source

FieldSearches

List configurations of field search index. Valid item as follows:

Declaration
public InputList<StoreIndexFieldSearchGetArgs> FieldSearches { get; set; }
Property Value
Type Description
InputList<StoreIndexFieldSearchGetArgs>
View Source

FullText

The configuration of full text index. Valid item as follows:

Declaration
public Input<StoreIndexFullTextGetArgs> FullText { get; set; }
Property Value
Type Description
Input<StoreIndexFullTextGetArgs>
View Source

Logstore

The log store name to the query index belongs.

Declaration
public Input<string> Logstore { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The project name to the log store belongs.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.