Skip to content

RosParameterGroupProps

Properties for defining a RosParameterGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-parametergroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.RosParameterGroupProps {
    DbType: interface{},
    DbVersion: interface{},
    ParameterGroupName: interface{},
    Parameters: interface{},
    ParameterGroupDesc: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
DbType interface{} No description.
DbVersion interface{} No description.
ParameterGroupName interface{} No description.
Parameters interface{} No description.
ParameterGroupDesc interface{} No description.
ResourceGroupId interface{} No description.

DbTypeRequired

DbType interface{}
  • Type: interface{}

DbVersionRequired

DbVersion interface{}
  • Type: interface{}

ParameterGroupNameRequired

ParameterGroupName interface{}
  • Type: interface{}

ParametersRequired

Parameters interface{}
  • Type: interface{}

ParameterGroupDescOptional

ParameterGroupDesc interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}