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. |
instanceIds
Required
public readonly instanceIds: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]