BackupClientsProps
Properties for defining a BackupClients
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-backupclients
Initializer
import { BackupClientsProps } from '@alicloud/ros-cdk-hbr'
const backupClientsProps: BackupClientsProps = { ... }
Properties
Name | Type | Description |
---|---|---|
instanceIds |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property instanceIds: ID list of instances to install backup client. |
tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
instanceIds
Required
public readonly instanceIds: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property instanceIds: ID list of instances to install backup client.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.