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. |
VaultNameRequired
VaultName interface{}
- Type: interface{}
VaultTypeRequired
VaultType interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
EncryptTypeOptional
EncryptType interface{}
- Type: interface{}
KmsKeyIdOptional
KmsKeyId interface{}
- Type: interface{}
RedundancyTypeOptional
RedundancyType interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VaultStorageClassOptional
VaultStorageClass interface{}
- Type: interface{}