RosKeyProps
Properties for defining a RosKey
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-key
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.RosKeyProps {
DeletionProtection: interface{},
Description: interface{},
DkmsInstanceId: interface{},
Enable: interface{},
EnableAutomaticRotation: interface{},
KeySpec: interface{},
KeyUsage: interface{},
PendingWindowInDays: interface{},
Policy: interface{},
ProtectionLevel: interface{},
RotationInterval: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DeletionProtection |
interface{} |
No description. |
Description |
interface{} |
No description. |
DkmsInstanceId |
interface{} |
No description. |
Enable |
interface{} |
No description. |
EnableAutomaticRotation |
interface{} |
No description. |
KeySpec |
interface{} |
No description. |
KeyUsage |
interface{} |
No description. |
PendingWindowInDays |
interface{} |
No description. |
Policy |
interface{} |
No description. |
ProtectionLevel |
interface{} |
No description. |
RotationInterval |
interface{} |
No description. |
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DkmsInstanceId
Optional
DkmsInstanceId interface{}
- Type: interface{}
Enable
Optional
Enable interface{}
- Type: interface{}
EnableAutomaticRotation
Optional
EnableAutomaticRotation interface{}
- Type: interface{}
KeySpec
Optional
KeySpec interface{}
- Type: interface{}
KeyUsage
Optional
KeyUsage interface{}
- Type: interface{}
PendingWindowInDays
Optional
PendingWindowInDays interface{}
- Type: interface{}
Policy
Optional
Policy interface{}
- Type: interface{}
ProtectionLevel
Optional
ProtectionLevel interface{}
- Type: interface{}
RotationInterval
Optional
RotationInterval interface{}
- Type: interface{}