Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkms"
&alicloudroscdkkms.RosInstanceProps {
    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{} No description.
Connection interface{} No description.
InstanceChargeType interface{} No description.
KeyNum interface{} No description.
Log interface{} No description.
LogStorage interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
RenewPeriod interface{} No description.
RenewStatus interface{} No description.
SecretNum interface{} No description.
Spec interface{} No description.
VpcNum interface{} No description.

ProductVersionRequired

ProductVersion interface{}
  • Type: interface{}

ConnectionOptional

Connection interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

KeyNumOptional

KeyNum interface{}
  • Type: interface{}

LogOptional

Log interface{}
  • Type: interface{}

LogStorageOptional

LogStorage interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

RenewPeriodOptional

RenewPeriod interface{}
  • Type: interface{}

RenewStatusOptional

RenewStatus interface{}
  • Type: interface{}

SecretNumOptional

SecretNum interface{}
  • Type: interface{}

SpecOptional

Spec interface{}
  • Type: interface{}

VpcNumOptional

VpcNum interface{}
  • Type: interface{}