DbVaultProps
Properties for defining a DbVault.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbvault
Initializer
import ros_cdk_hbr
ros_cdk_hbr.DbVaultProps(
retention_days: typing.Union[typing.Union[int, float], IResolvable],
vault_name: typing.Union[str, IResolvable],
vault_region_id: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None
)
Properties
| Name | Type | Description |
|---|---|---|
retention_days | typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | Property retentionDays: Data retention days of the vault. |
vault_name | typing.Union[str, ros_cdk_core.IResolvable] | Property vaultName: Display name of the vault. |
vault_region_id | typing.Union[str, ros_cdk_core.IResolvable] | Property vaultRegionId: The region ID to create the vault. |
description | typing.Union[str, ros_cdk_core.IResolvable] | Property description: Description of the vault. |
tags | typing.List[TagsProperty] | Property tags: Tags to attach to instance. |
retention_daysRequired
retention_days: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property retentionDays: Data retention days of the vault.
Data will be deleted when it's older than this time.
vault_nameRequired
vault_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vaultName: Display name of the vault.
vault_region_idRequired
vault_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vaultRegionId: The region ID to create the vault.
descriptionOptional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: Description of the vault.
tagsOptional
tags: typing.List[TagsProperty]
- Type: typing.List[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.