RosTablesProps
Properties for defining a RosTables
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ots-tables
Initializer
import com.aliyun.ros.cdk.ots.datasource.RosTablesProps;
RosTablesProps.builder()
.instanceName(java.lang.String)
.instanceName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .tableName(java.lang.String)
// .tableName(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tableName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
instanceName
Required
public java.lang.Object getInstanceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
tableName
Optional
public java.lang.Object getTableName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable