Skip to content

RosDbVaultProps

Properties for defining a RosDbVault.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Hbr;
new RosDbVaultProps {
    object RetentionDays,
    object VaultName,
    object VaultRegionId,
    object Description = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
RetentionDays object No description.
VaultName object No description.
VaultRegionId object No description.
Description object No description.
Tags TagsProperty[] No description.

RetentionDaysRequired

public object RetentionDays { get; set; }
  • Type: object

VaultNameRequired

public object VaultName { get; set; }
  • Type: object

VaultRegionIdRequired

public object VaultRegionId { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }