Skip to content

DbAgentProps

Properties for defining a DbAgent.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbagent

Initializer

import ros_cdk_hbr
ros_cdk_hbr.DbAgentProps(
  instance_info: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, InstanceInfoProperty]]],
  cross_account_role_name: typing.Union[str, IResolvable] = None,
  cross_account_type: typing.Union[str, IResolvable] = None,
  cross_account_user_id: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
instance_info typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, InstanceInfoProperty]]] Property instanceInfo: Instance infos.
cross_account_role_name typing.Union[str, ros_cdk_core.IResolvable] Property crossAccountRoleName: The RAM role name that the original account created for cross-account backup operations.
cross_account_type typing.Union[str, ros_cdk_core.IResolvable] Property crossAccountType: The type of cross-account backup.
cross_account_user_id typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property crossAccountUserId: The user ID of the original account for cross-account backup operations.

instance_infoRequired

instance_info: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, InstanceInfoProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, InstanceInfoProperty]]]

Property instanceInfo: Instance infos.


cross_account_role_nameOptional

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

Property crossAccountRoleName: The RAM role name that the original account created for cross-account backup operations.


cross_account_typeOptional

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

Property crossAccountType: The type of cross-account backup.

Supported values: SELF_ACCOUNT: backup within the same account; CROSS_ACCOUNT: cross-account backup. Example: CROSS_ACCOUNT


cross_account_user_idOptional

cross_account_user_id: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property crossAccountUserId: The user ID of the original account for cross-account backup operations.