RosVaultProps
Properties for defining a RosVault
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-vault
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr"
&alicloudroscdkhbr.RosVaultProps {
VaultName: interface{},
VaultType: interface{},
Description: interface{},
EncryptType: interface{},
KmsKeyId: interface{},
RedundancyType: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr.RosVault.TagsProperty,
VaultStorageClass: interface{},
}
Properties
Name | Type | Description |
---|---|---|
VaultName |
interface{} |
No description. |
VaultType |
interface{} |
No description. |
Description |
interface{} |
No description. |
EncryptType |
interface{} |
No description. |
KmsKeyId |
interface{} |
No description. |
RedundancyType |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VaultStorageClass |
interface{} |
No description. |
VaultName
Required
VaultName interface{}
- Type: interface{}
VaultType
Required
VaultType interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
EncryptType
Optional
EncryptType interface{}
- Type: interface{}
KmsKeyId
Optional
KmsKeyId interface{}
- Type: interface{}
RedundancyType
Optional
RedundancyType interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VaultStorageClass
Optional
VaultStorageClass interface{}
- Type: interface{}