RosInfluxDBUserProps
Properties for defining a RosInfluxDBUser.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbuser
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdktsdb"
&alicloudroscdktsdb.RosInfluxDBUserProps {
InstanceId: interface{},
Password: interface{},
UserName: interface{},
UserType: interface{},
DatabasePermissions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
InstanceId | interface{} | No description. |
Password | interface{} | No description. |
UserName | interface{} | No description. |
UserType | interface{} | No description. |
DatabasePermissions | interface{} | No description. |
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
PasswordRequired
Password interface{}
- Type: interface{}
UserNameRequired
UserName interface{}
- Type: interface{}
UserTypeRequired
UserType interface{}
- Type: interface{}
DatabasePermissionsOptional
DatabasePermissions interface{}
- Type: interface{}