ALIYUN::HBR::DbVault is a resource type for creating an image backup vault.
Syntax
{
"Type": "ALIYUN::HBR::DbVault",
"Properties": {
"Description": String,
"VaultName": String,
"RetentionDays": Integer,
"VaultRegionId": String,
"Tags": List
}
}
Properties
|
Property name |
Type |
Required |
Allow updates |
Description |
Constraints |
|
Description |
String |
No |
No |
The description of the vault. |
None |
|
VaultName |
String |
Yes |
No |
The name of the vault. |
None |
|
RetentionDays |
Integer |
Yes |
Yes |
The backup retention period, in days. |
None |
|
VaultRegionId |
String |
Yes |
No |
The region ID of the vault. |
The vault must be in a region that supports Cloud Backup. For more information, see Available regions. |
|
Tags |
List |
No |
Yes |
The tags of the resource. |
For more information, see the Tags property section. |
Tags syntax
"Tags": [
{
"Key": String,
"Value": String
}
]
Tags property
|
Property name |
Type |
Required |
Updatable |
Description |
Constraints |
|
Key |
String |
Yes |
No |
The tag key. |
The tag key can be 1 to 128 characters in length. It cannot start with |
|
Value |
String |
No |
No |
The tag value. |
The tag value can be 1 to 128 characters in length. It cannot start with |
Return values
Fn::GetAtt
-
Description: The description of the vault.
-
VaultName: The name of the vault.
-
RetentionDays: The backup retention period, in days.
-
VaultId: The ID of the vault.
-
VaultRegionId: The region ID of the vault.