ALIYUN::KAFKA::SaslUser is used to create a Simple Authentication and Security Layer (SASL) user.
Syntax
{
"Type": "ALIYUN::KAFKA::SaslUser",
"Properties": {
"InstanceId": String,
"Password": String,
"Username": String,
"Mechanism": String,
"Type": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
InstanceId | String | Yes | No | The instance ID. | None. |
Password | String | Yes | No | The password. | None. |
Username | String | Yes | No | The username. | None. |
Mechanism | String | No | No | The encryption method. | Valid values:
Note This property is available only for serverless ApsaraMQ for Kafka V3 instances. |
Type | String | No | No | The type. | Valid values:
Default value: plain. |
Return values
Fn::GetAtt
InstanceId: the instance ID.
Username: the username.