VaultsProps
Properties for defining a Vaults
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-hbr-vaults
Initializer
import com.aliyun.ros.cdk.hbr.datasource.VaultsProps;
VaultsProps.builder()
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .vaultId(java.lang.String)
// .vaultId(IResolvable)
// .vaultType(java.lang.String)
// .vaultType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
vaultId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vaultId: VaultId. |
vaultType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vaultType: Vault type. |
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
vaultId
Optional
public java.lang.Object getVaultId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vaultId: VaultId.
vaultType
Optional
public java.lang.Object getVaultType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vaultType: Vault type.
Value
- STANDARD, which indicates a common backup vault.
- OTS_BACKUP, indicating OTS backup vault.