Skip to content

InfluxDBDatabaseProps

Properties for defining a InfluxDBDatabase.

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

Initializer

import ros_cdk_tsdb
ros_cdk_tsdb.InfluxDBDatabaseProps(
  db_name: typing.Union[str, IResolvable],
  instance_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
db_name typing.Union[str, ros_cdk_core.IResolvable] Property dbName: The name of database.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of TSDB for InfluxDB.

db_nameRequired

db_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


instance_idRequired

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceId: The ID of TSDB for InfluxDB.