Skip to content

YMLConfigProperty

Initializer

import com.aliyun.ros.cdk.elasticsearch.RosInstance.YMLConfigProperty;
YMLConfigProperty.builder()
//  .auditLog(java.lang.Boolean)
//  .auditLog(IResolvable)
//  .createIndex(java.lang.String)
//  .createIndex(IResolvable)
//  .destructiveRequiresName(java.lang.Boolean)
//  .destructiveRequiresName(IResolvable)
//  .otherConfigs(IResolvable)
//  .otherConfigs(java.util.Map<java.lang.String, java.lang.Object>)
//  .watcher(java.lang.Boolean)
//  .watcher(IResolvable)
    .build();

Properties

Name Type Description
auditLog java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
createIndex java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destructiveRequiresName java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
otherConfigs com.aliyun.ros.cdk.core.IResolvable OR java.util.Map No description.
watcher java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

auditLogOptional

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

createIndexOptional

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

destructiveRequiresNameOptional

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

otherConfigsOptional

public java.lang.Object getOtherConfigs();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map

watcherOptional

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