Skip to content

InfluxDBDatabaseProps

Properties for defining a InfluxDBDatabase.

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

Initializer

import { InfluxDBDatabaseProps } from '@alicloud/ros-cdk-tsdb'
const influxDBDatabaseProps: InfluxDBDatabaseProps = { ... }

Properties

Name Type Description
dbName string | @alicloud/ros-cdk-core.IResolvable Property dbName: The name of database.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of TSDB for InfluxDB.

dbNameRequired

public readonly dbName: string | IResolvable;
  • Type: string | @alicloud/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.


instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of TSDB for InfluxDB.