VaultsProps
Properties for defining a Vaults.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-hbr-vaults
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new VaultsProps {
    object RefreshOptions = null,
    object VaultId = null,
    object VaultType = null
};
Properties
| Name | Type | Description | 
|---|---|---|
| RefreshOptions | object | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
| VaultId | object | Property vaultId: VaultId. | 
| VaultType | object | Property vaultType: Vault type. | 
RefreshOptionsOptional 
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
VaultIdOptional 
public object VaultId { get; set; }
- Type: object
Property vaultId: VaultId.
VaultTypeOptional 
public object VaultType { get; set; }
- Type: object
Property vaultType: Vault type.
Value
- STANDARD, which indicates a common backup vault.
- OTS_BACKUP, indicating OTS backup vault.