Instance Args
Import
AliKafka instance can be imported using the id, e.g.
$ pulumi import alicloud:alikafka/instance:Instance instance <id>
Constructors
Properties
The number of partitions in a topic that is automatically created.
The deployment type of the instance. NOTE: From version 1.161.0, this attribute supports to be updated. Valid values:
Specify whether to enable the flexible group creation feature. Default value: false
. Valid values:
Specify whether to enable the automatic topic creation feature. Default value: disable
. Valid values:
The number of partitions.
The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
The ID of security group for this instance. If the security group is empty, system will create a default one.
The zones among which you want to deploy the instance.
The version of the ApsaraMQ for Kafka instance. Default value: 2.2.0
. Valid values: 2.2.0
, 2.6.2
.
The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
The max num of topic can be creation of the instance. It has been deprecated since version 1.194.0 and using partition_num
instead. Currently, its value only can be set to 50 when creating it, and finally depends on partition_num
value: <topic_quota
> = 1000 + <partition_num
>. Therefore, you can update it by updating the partition_num
, and it is the only updating path.
The IDs of the vSwitches with which the instance is associated.