Skip to content

ParameterGroupsProps

Properties for defining a ParameterGroups.

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

Initializer

from ros_cdk_polardb import datasource
datasource.ParameterGroupsProps(
  db_type: typing.Union[str, IResolvable] = None,
  db_version: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
db_type typing.Union[str, ros_cdk_core.IResolvable] Property dbType: The type of the database engine.
db_version typing.Union[str, ros_cdk_core.IResolvable] Property dbVersion: The version of the database engine.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

db_typeOptional

db_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dbType: The type of the database engine.


db_versionOptional

db_version: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dbVersion: The version of the database engine.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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.