Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

import ros_cdk_amqp
ros_cdk_amqp.InstanceProps(
  instance_name: typing.Union[str, IResolvable] = None,
  instance_type: typing.Union[str, IResolvable] = None,
  max_eip_tps: typing.Union[typing.Union[int, float], IResolvable] = None,
  max_tps: typing.Union[typing.Union[int, float], IResolvable] = None,
  order_num: typing.Union[typing.Union[int, float], IResolvable] = None,
  pay_type: typing.Union[str, IResolvable] = None,
  period: typing.Union[typing.Union[int, float], IResolvable] = None,
  period_unit: typing.Union[str, IResolvable] = None,
  queue_capacity: typing.Union[typing.Union[int, float], IResolvable] = None,
  storage_size: typing.Union[typing.Union[int, float], IResolvable] = None,
  support_eip: typing.Union[str, IResolvable] = None,
  support_tracing: typing.Union[str, IResolvable] = None,
  tracing_storage_time: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
instance_name typing.Union[str, ros_cdk_core.IResolvable] Property instanceName: The instance name.
instance_type typing.Union[str, ros_cdk_core.IResolvable] Property instanceType: The Instance Type.
max_eip_tps typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property maxEipTps: The max eip tps.
max_tps typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property maxTps: If instance type is professional, the valid value is [1000, 1500, 2000, 2500, 3000, 4000, 5000].
order_num typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property orderNum: Set the number of instances to be created.
pay_type typing.Union[str, ros_cdk_core.IResolvable] Property payType: The billing method of the instance.
period typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property period: The period.
period_unit typing.Union[str, ros_cdk_core.IResolvable] Property periodUnit: The unit of the subscription duration.
queue_capacity typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property queueCapacity: The queue capacity.
storage_size typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property storageSize: The storage size.
support_eip typing.Union[str, ros_cdk_core.IResolvable] Property supportEip: Whether to support EIP.
support_tracing typing.Union[str, ros_cdk_core.IResolvable] Property supportTracing: Whether to support tracing.
tracing_storage_time typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property tracingStorageTime: The retention period of message traces was set.

instance_nameOptional

instance_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceName: The instance name.


instance_typeOptional

instance_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceType: The Instance Type.

Valid values: professional, enterprise, vip.


max_eip_tpsOptional

max_eip_tps: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property maxEipTps: The max eip tps.

It is valid when support_eip is true. The minimum value is 128, with the step size 128.


max_tpsOptional

max_tps: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property maxTps: If instance type is professional, the valid value is [1000, 1500, 2000, 2500, 3000, 4000, 5000].

If instance type is enterprise, the valid value is [3000, 5000, 8000, 10000, 15000, 20000, 3000040000, 50000, 80000, 10000]. If instance type is vip, the valid value is [8000, 15000, 25000, 40000, 50000, 100000, 200000, 300000, 500000, 800000, 1000000].


order_numOptional

order_num: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property orderNum: Set the number of instances to be created.


pay_typeOptional

pay_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property payType: The billing method of the instance.

The Message Queue RabbitMQ version does not support new pay-as-you-go instances. Valid values: PrePaid: subscription


periodOptional

period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property period: The period.

Valid values: 1, 2, 3, 6, 12, 24, 36.


period_unitOptional

period_unit: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


queue_capacityOptional

queue_capacity: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property queueCapacity: The queue capacity.

If instance type is professional, the valid value is [50, 1000] with the step size 5. If instance type is enterprise, the valid value is [200, 6000] with the step size 100 If instance type is vip, the valid value is [200, 80000] with the step size 100


storage_sizeOptional

storage_size: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property storageSize: The storage size.

It is valid when instance_type is vip. If instance type is professional or enterprise, the valid value is 0.If instance type is vip, the valid value is [700, 2800] with the step size 100


support_eipOptional

support_eip: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property supportEip: Whether to support EIP.

Valid values: true, false.


support_tracingOptional

support_tracing: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property supportTracing: Whether to support tracing.

Valid values: true, false.


tracing_storage_timeOptional

tracing_storage_time: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property tracingStorageTime: The retention period of message traces was set.

Valid values: 3, 7, 15. If instance_type=vip, the valid values is 15. If instance_type!=vip, the valid values is 3, 7, 15. If support_tracing == tracing_false, the valid values is 0.