Skip to content

RosInfluxDBDatabaseProps

Properties for defining a RosInfluxDBDatabase.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbdatabase

Initializer

import com.aliyun.ros.cdk.tsdb.RosInfluxDBDatabaseProps;
RosInfluxDBDatabaseProps.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 No description.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

dbNameRequired

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

instanceIdRequired

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