Skip to content

RosDatabasesProps

Properties for defining a RosDatabases.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-databases

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds/datasource"
&datasource.RosDatabasesProps {
    DbInstanceId: interface{},
    DbName: interface{},
    DbStatus: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
DbInstanceId interface{} No description.
DbName interface{} No description.
DbStatus interface{} No description.
RefreshOptions interface{} No description.

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

DbNameOptional

DbName interface{}
  • Type: interface{}

DbStatusOptional

DbStatus interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}