Skip to content

RosIndexProps

Properties for defining a RosIndex.

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

Initializer

import com.aliyun.ros.cdk.sls.RosIndexProps;
RosIndexProps.builder()
    .fullTextIndex(IResolvable)
    .fullTextIndex(FullTextIndexProperty)
    .logstoreName(java.lang.String)
    .logstoreName(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
//  .keyIndices(IResolvable)
//  .keyIndices(java.util.List<IResolvable)
//  .keyIndices(KeyIndicesProperty>)
//  .logReduce(java.lang.Boolean)
//  .logReduce(IResolvable)
    .build();

Properties

Name Type Description
fullTextIndex com.aliyun.ros.cdk.core.IResolvable OR FullTextIndexProperty No description.
logstoreName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
keyIndices com.aliyun.ros.cdk.core.IResolvable OR java.util.ListKeyIndicesProperty> No description.
logReduce java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

fullTextIndexRequired

public java.lang.Object getFullTextIndex();

logstoreNameRequired

public java.lang.Object getLogstoreName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

projectNameRequired

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

keyIndicesOptional

public java.lang.Object getKeyIndices();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListKeyIndicesProperty>

logReduceOptional

public java.lang.Object getLogReduce();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable