InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-instance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.InstanceProps {
ProductVersion: interface{},
Connection: interface{},
InstanceChargeType: interface{},
KeyNum: interface{},
Log: interface{},
LogStorage: interface{},
Period: interface{},
PeriodUnit: interface{},
RenewPeriod: interface{},
RenewStatus: interface{},
SecretNum: interface{},
Spec: interface{},
VpcNum: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ProductVersion |
interface{} |
Property productVersion: KMS Instance commodity type (software\/software-small\/hardware\/hardware-small). |
Connection |
interface{} |
Property connection:. |
InstanceChargeType |
interface{} |
Property instanceChargeType: Billing method of the KMS instance, default to Subscription. |
KeyNum |
interface{} |
Property keyNum: Maximum number of stored keys. |
Log |
interface{} |
Property log: Whether to enable log. |
LogStorage |
interface{} |
Property logStorage: Log storage. |
Period |
interface{} |
Property period: The subscription duration of the KMS instance. |
PeriodUnit |
interface{} |
Property periodUnit: The unit of the subscription duration. |
RenewPeriod |
interface{} |
Property renewPeriod: Automatic renewal period, in months. |
RenewStatus |
interface{} |
Property renewStatus: Renewal options (manual renewal, automatic renewal, no renewal). |
SecretNum |
interface{} |
Property secretNum: Maximum number of secrets. |
Spec |
interface{} |
Property spec: The computation performance level of the KMS instance. |
VpcNum |
interface{} |
Property vpcNum: The number of managed accesses. |
ProductVersion
Required
ProductVersion interface{}
- Type: interface{}
Property productVersion: KMS Instance commodity type (software\/software-small\/hardware\/hardware-small).
Connection
Optional
Connection interface{}
- Type: interface{}
Property connection:.
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
Property instanceChargeType: Billing method of the KMS instance, default to Subscription.
KeyNum
Optional
KeyNum interface{}
- Type: interface{}
Property keyNum: Maximum number of stored keys.
It is required when the InstanceCharge is Subscription.
Log
Optional
Log interface{}
- Type: interface{}
Property log: Whether to enable log.
LogStorage
Optional
LogStorage interface{}
- Type: interface{}
Property logStorage: Log storage.
Period
Optional
Period interface{}
- Type: interface{}
Property period: The subscription duration of the KMS instance.
If PeriodUnit is Month, the valid range is 1, 2, 3, 6, 12, 24, 36 If PeriodUnit is Year, the valid range is 1, 2, 3
PeriodUnit
Optional
PeriodUnit interface{}
- Type: interface{}
Property periodUnit: The unit of the subscription duration.
Valid values: Month Year Default value: Month.
RenewPeriod
Optional
RenewPeriod interface{}
- Type: interface{}
Property renewPeriod: Automatic renewal period, in months.
RenewStatus
Optional
RenewStatus interface{}
- Type: interface{}
Property renewStatus: Renewal options (manual renewal, automatic renewal, no renewal).
SecretNum
Optional
SecretNum interface{}
- Type: interface{}
Property secretNum: Maximum number of secrets.
It is required when the InstanceCharge is Subscription.
Spec
Optional
Spec interface{}
- Type: interface{}
Property spec: The computation performance level of the KMS instance.
VpcNum
Optional
VpcNum interface{}
- Type: interface{}
Property vpcNum: The number of managed accesses.
The maximum number of VPCs that can access this KMS instance. It is required when the InstanceCharge is Subscription.