Skip to content

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.

DbTypeRequired

DbType interface{}
  • Type: interface{}

Property dbType: The type of the database engine.


DbVersionRequired

DbVersion interface{}
  • Type: interface{}

Property dbVersion: The version of the database engine.


ParameterGroupNameRequired

ParameterGroupName interface{}
  • Type: interface{}

Property parameterGroupName: The name of the parameter template.


ParametersRequired

Parameters interface{}
  • Type: interface{}

Property parameters: The list of the parameters.


ParameterGroupDescOptional

ParameterGroupDesc interface{}
  • Type: interface{}

Property parameterGroupDesc: The description of the parameter template.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.