Skip to content

InfluxDBDatabaseProps

Properties for defining a InfluxDBDatabase.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdktsdb"
&alicloudroscdktsdb.InfluxDBDatabaseProps {
    DbName: interface{},
    InstanceId: interface{},
}

Properties

Name Type Description
DbName interface{} Property dbName: The name of database.
InstanceId interface{} Property instanceId: The ID of TSDB for InfluxDB.

DbNameRequired

DbName interface{}
  • Type: interface{}

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

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of TSDB for InfluxDB.