Skip to content

RosIndexProps

Properties for defining a RosIndex.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-index

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosIndexProps {
    FullTextIndex: interface{},
    LogstoreName: interface{},
    ProjectName: interface{},
    KeyIndices: interface{},
    LogReduce: interface{},
}

Properties

Name Type Description
FullTextIndex interface{} No description.
LogstoreName interface{} No description.
ProjectName interface{} No description.
KeyIndices interface{} No description.
LogReduce interface{} No description.

FullTextIndexRequired

FullTextIndex interface{}
  • Type: interface{}

LogstoreNameRequired

LogstoreName interface{}
  • Type: interface{}

ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

KeyIndicesOptional

KeyIndices interface{}
  • Type: interface{}

LogReduceOptional

LogReduce interface{}
  • Type: interface{}