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. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Password
Required
Password interface{}
- Type: interface{}
UserName
Required
UserName interface{}
- Type: interface{}
UserType
Required
UserType interface{}
- Type: interface{}
DatabasePermissions
Optional
DatabasePermissions interface{}
- Type: interface{}