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. |
RetentionDays
Required
RetentionDays interface{}
- Type: interface{}
Property retentionDays: Data retention days of the vault.
Data will be deleted when it's older than this time.
VaultName
Required
VaultName interface{}
- Type: interface{}
Property vaultName: Display name of the vault.
VaultRegionId
Required
VaultRegionId interface{}
- Type: interface{}
Property vaultRegionId: The region ID to create the vault.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Description of the vault.
Tags
Optional
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.