Instance
Import
AliKafka instance can be imported using the id, e.g.
$ pulumi import alicloud:alikafka/instance:Instance instance <id>Properties
The deployment type of the instance. NOTE: From version 1.161.0, this attribute supports to be updated. Valid values:
(Available since v1.214.1) The method that you use to purchase partitions.
(Available since v1.214.1) The number of available partitions.
The number of partitions.
(Available since v1.214.1) The number of used 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 kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.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.
(Available since v1.214.1) The number of purchased topics.
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.