ALIYUN::HBR::DbVault is used to create a mirror vault.
Syntax
{
"Type": "ALIYUN::HBR::DbVault",
"Properties": {
"Description": String,
"VaultName": String,
"RetentionDays": Integer,
"VaultRegionId": String,
"Tags": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Description | String | No | No | The description of the mirror vault. | None. |
VaultName | String | Yes | No | The name of the mirror vault. | None. |
RetentionDays | Integer | Yes | Yes | The retention period of the backup data. | None. |
VaultRegionId | String | Yes | No | The region ID of the mirror vault. | You must deploy the mirror vault in one of the regions where Hybrid Cloud Backup is available. For more information, see Supported regions. |
Tags | List | No | Yes | The tags of the mirror vault. | For more information, see Tags properties. |
Tags syntax
"Tags": [
{
"Key": String,
"Value": String
}
]
Tags properties
Property | Type | Required | Editable | Description | Constraint |
Key | String | Yes | No | The key of the tag. | The tag key must be 1 to 128 characters in length, and cannot contain |
Value | String | No | No | The value of the tag. | The tag value must be 1 to 128 characters in length, and cannot contain |
Return values
Fn::GetAtt
Description: the description of the mirror vault.
VaultName: the name of the mirror vault.
RetentionDays: the retention period of backup data.
VaultId: the ID of the mirror vault.
VaultRegionId: the region ID of the mirror vault.