VaultProps
Properties for defining a Vault.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-hbr-vault
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr/datasource"
&datasource.VaultProps {
VaultId: interface{},
RefreshOptions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
VaultId |
interface{} |
Property vaultId: The ID of the backup vault. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
VaultIdRequired
VaultId interface{}
- Type: interface{}
Property vaultId: The ID of the backup vault.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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.