ParameterGroupsProps
Properties for defining a ParameterGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb/datasource"
&datasource.ParameterGroupsProps {
DbType: interface{},
DbVersion: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbType |
interface{} |
Property dbType: The type of the database engine. |
DbVersion |
interface{} |
Property dbVersion: The version of the database engine. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbType
Optional
DbType interface{}
- Type: interface{}
Property dbType: The type of the database engine.
DbVersion
Optional
DbVersion interface{}
- Type: interface{}
Property dbVersion: The version of the database engine.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.