BackupProps
Properties for defining a Backup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-backup
Initializer
import { BackupProps } from '@alicloud/ros-cdk-polardb'
const backupProps: BackupProps = { ... }
Properties
Name | Type | Description |
---|---|---|
dbClusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbClusterId: The cluster ID. |
dbClusterId
Required
public readonly dbClusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbClusterId: The cluster ID.