Skip to content

DbVaultProps

Properties for defining a DbVault.

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

Initializer

import com.aliyun.ros.cdk.hbr.DbVaultProps;
DbVaultProps.builder()
    .retentionDays(java.lang.Number)
    .retentionDays(IResolvable)
    .vaultName(java.lang.String)
    .vaultName(IResolvable)
    .vaultRegionId(java.lang.String)
    .vaultRegionId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
retentionDays java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property retentionDays: Data retention days of the vault.
vaultName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vaultName: Display name of the vault.
vaultRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vaultRegionId: The region ID to create the vault.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: Description of the vault.
tags java.util.List<TagsProperty> Property tags: Tags to attach to instance.

retentionDaysRequired

public java.lang.Object getRetentionDays();
  • Type: java.lang.Number OR com.aliyun.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 java.lang.Object getVaultName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vaultName: Display name of the vault.


vaultRegionIdRequired

public java.lang.Object getVaultRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vaultRegionId: The region ID to create the vault.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: Description of the vault.


tagsOptional

public java.util.List<TagsProperty> getTags();

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.