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. |
DeletionProtectionOptional
DeletionProtection interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DkmsInstanceIdOptional
DkmsInstanceId interface{}
- Type: interface{}
EnableOptional
Enable interface{}
- Type: interface{}
EnableAutomaticRotationOptional
EnableAutomaticRotation interface{}
- Type: interface{}
KeySpecOptional
KeySpec interface{}
- Type: interface{}
KeyUsageOptional
KeyUsage interface{}
- Type: interface{}
PendingWindowInDaysOptional
PendingWindowInDays interface{}
- Type: interface{}
PolicyOptional
Policy interface{}
- Type: interface{}
ProtectionLevelOptional
ProtectionLevel interface{}
- Type: interface{}
RotationIntervalOptional
RotationInterval interface{}
- Type: interface{}