RosParameterGroupsProps
Properties for defining a RosParameterGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroups
Initializer
from ros_cdk_polardb import datasource
datasource.RosParameterGroupsProps(
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] |
No description. |
db_version |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_type
Optional
db_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_version
Optional
db_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]