Skip to content

RosBackupClientsProps

Properties for defining a RosBackupClients.

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

Initializer

import { RosBackupClientsProps } from '@alicloud/ros-cdk-hbr'
const rosBackupClientsProps: RosBackupClientsProps = { ... }

Properties

Name Type Description
instanceIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] No description.
tags TagsProperty[] No description.

instanceIdsRequired

public readonly instanceIds: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

tagsOptional

public readonly tags: TagsProperty[];