DbVaultProps
Properties for defining a DbVault.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbvault
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr"
&alicloudroscdkhbr.DbVaultProps {
RetentionDays: interface{},
VaultName: interface{},
VaultRegionId: interface{},
Description: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr.RosDbVault.TagsProperty,
}
Properties
| Name | Type | Description |
|---|---|---|
RetentionDays |
interface{} |
Property retentionDays: Data retention days of the vault. |
VaultName |
interface{} |
Property vaultName: Display name of the vault. |
VaultRegionId |
interface{} |
Property vaultRegionId: The region ID to create the vault. |
Description |
interface{} |
Property description: Description of the vault. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
RetentionDaysRequired
RetentionDays interface{}
- Type: interface{}
Property retentionDays: Data retention days of the vault.
Data will be deleted when it's older than this time.
VaultNameRequired
VaultName interface{}
- Type: interface{}
Property vaultName: Display name of the vault.
VaultRegionIdRequired
VaultRegionId interface{}
- Type: interface{}
Property vaultRegionId: The region ID to create the vault.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: Description of the vault.
TagsOptional
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.