Skip to content

ParameterGroupProps

Properties for defining a ParameterGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new ParameterGroupProps {
    object ParameterGroupId,
    object RefreshOptions = null
};

Properties

Name Type Description
ParameterGroupId object Property parameterGroupId: The ID of the parameter template.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ParameterGroupIdRequired

public object ParameterGroupId { get; set; }
  • Type: object

Property parameterGroupId: The ID of the parameter template.


RefreshOptionsOptional

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.