DBInstanceParameterGroupProps
Properties for defining a DBInstanceParameterGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstanceparametergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.DBInstanceParameterGroupProps {
DbInstanceId: interface{},
Parameters: interface{},
Forcerestart: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
interface{} |
Property dbInstanceId: Database InstanceId to update properties. |
Parameters |
interface{} |
Property parameters: Parameters to update for selected database instance. |
Forcerestart |
interface{} |
Property forcerestart: whether restart database instance. |
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: Database InstanceId to update properties.
Parameters
Required
Parameters interface{}
- Type: interface{}
Property parameters: Parameters to update for selected database instance.
Forcerestart
Optional
Forcerestart interface{}
- Type: interface{}
Property forcerestart: whether restart database instance.