Skip to content

DbVaultProps

Properties for defining a DbVault.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbvault

Initializer

import { DbVaultProps } from '@alicloud/ros-cdk-hbr'
const dbVaultProps: DbVaultProps = { ... }

Properties

Name Type Description
retentionDays number | @alicloud/ros-cdk-core.IResolvable Property retentionDays: Data retention days of the vault.
vaultName string | @alicloud/ros-cdk-core.IResolvable Property vaultName: Display name of the vault.
vaultRegionId string | @alicloud/ros-cdk-core.IResolvable Property vaultRegionId: The region ID to create the vault.
description string | @alicloud/ros-cdk-core.IResolvable Property description: Description of the vault.
tags TagsProperty[] Property tags: Tags to attach to instance.

retentionDaysRequired

public readonly retentionDays: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property retentionDays: Data retention days of the vault.

Data will be deleted when it's older than this time.


vaultNameRequired

public readonly vaultName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vaultName: Display name of the vault.


vaultRegionIdRequired

public readonly vaultRegionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vaultRegionId: The region ID to create the vault.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: Description of the vault.


tagsOptional

public readonly tags: 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.