InfluxDBDatabaseProps
Properties for defining a InfluxDBDatabase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbdatabase
Initializer
import com.aliyun.ros.cdk.tsdb.InfluxDBDatabaseProps;
InfluxDBDatabaseProps.builder()
.dbName(java.lang.String)
.dbName(IResolvable)
.instanceId(java.lang.String)
.instanceId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
dbName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbName: The name of database. |
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceId: The ID of TSDB for InfluxDB. |
dbName
Required
public java.lang.Object getDbName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbName: The name of database.
The name can at most be 64 characters in length and can contain lowercase letters, digits, and underscores (_). It must start with a letter and end with a letter or digit.
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The ID of TSDB for InfluxDB.