Skip to content

InstDbNameProperty

Initializer

import com.aliyun.ros.cdk.drds.RosDrdsDB.InstDbNameProperty;
InstDbNameProperty.builder()
    .dbInstanceId(java.lang.String)
    .dbInstanceId(IResolvable)
    .shardDbName(IResolvable)
    .shardDbName(java.util.List<java.lang.String)
    .shardDbName(IResolvable>)
    .build();

Properties

Name Type Description
dbInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
shardDbName com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

dbInstanceIdRequired

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

shardDbNameRequired

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