ParameterGroupProps
Properties for defining a ParameterGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-parametergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.ParameterGroupProps {
DbType: interface{},
DbVersion: interface{},
ParameterGroupName: interface{},
Parameters: interface{},
ParameterGroupDesc: interface{},
ResourceGroupId: 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. |
ParameterGroupName |
interface{} |
Property parameterGroupName: The name of the parameter template. |
Parameters |
interface{} |
Property parameters: The list of the parameters. |
ParameterGroupDesc |
interface{} |
Property parameterGroupDesc: The description of the parameter template. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
DbType
Required
DbType interface{}
- Type: interface{}
Property dbType: The type of the database engine.
DbVersion
Required
DbVersion interface{}
- Type: interface{}
Property dbVersion: The version of the database engine.
ParameterGroupName
Required
ParameterGroupName interface{}
- Type: interface{}
Property parameterGroupName: The name of the parameter template.
Parameters
Required
Parameters interface{}
- Type: interface{}
Property parameters: The list of the parameters.
ParameterGroupDesc
Optional
ParameterGroupDesc interface{}
- Type: interface{}
Property parameterGroupDesc: The description of the parameter template.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.