Instance
Import
AliKafka instance can be imported using the id, e.g.
$ pulumi import alicloud:alikafka/instance:Instance instance <id>
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:
(Available since v1.234.0) The default endpoint of the instance in domain name mode.
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:
(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.
(Available since v1.234.0) The Simple Authentication and Security Layer (SASL) endpoint of the instance in domain name mode.
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.
(Available since v1.234.0) The SSL endpoint of the instance in domain name mode.
(Available since v1.234.0) The Secure Sockets Layer (SSL) endpoint of the instance in IP address mode.
(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.
The IDs of the vSwitches with which the instance is associated.