Skip to content

KeyIndicesProperty

Initializer

import com.aliyun.ros.cdk.sls.RosIndex.KeyIndicesProperty;
KeyIndicesProperty.builder()
    .name(java.lang.String)
    .name(IResolvable)
    .type(java.lang.String)
    .type(IResolvable)
//  .alias(java.lang.String)
//  .alias(IResolvable)
//  .caseSensitive(java.lang.Boolean)
//  .caseSensitive(IResolvable)
//  .delimiter(java.lang.String)
//  .delimiter(IResolvable)
//  .enableAnalytics(java.lang.Boolean)
//  .enableAnalytics(IResolvable)
//  .includeChinese(java.lang.Boolean)
//  .includeChinese(IResolvable)
//  .jsonKeyIndices(IResolvable)
//  .jsonKeyIndices(java.util.List<IResolvable)
//  .jsonKeyIndices(JsonKeyIndicesProperty>)
    .build();

Properties

Name Type Description
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
alias java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
caseSensitive java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
delimiter java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
enableAnalytics java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
includeChinese java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
jsonKeyIndices com.aliyun.ros.cdk.core.IResolvable OR java.util.ListJsonKeyIndicesProperty> No description.

nameRequired

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

typeRequired

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

aliasOptional

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

caseSensitiveOptional

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

delimiterOptional

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

enableAnalyticsOptional

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

includeChineseOptional

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

jsonKeyIndicesOptional

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