ParameterGroupsProps
Properties for defining a ParameterGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new ParameterGroupsProps {
object DbType = null,
object DbVersion = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbType |
object |
Property dbType: The type of the database engine. |
DbVersion |
object |
Property dbVersion: The version of the database engine. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbType
Optional
public object DbType { get; set; }
- Type: object
Property dbType: The type of the database engine.
DbVersion
Optional
public object DbVersion { get; set; }
- Type: object
Property dbVersion: The version of the database engine.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
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.