toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.esa.kotlin.outputs
/
SiteDeliveryTaskKafkaDelivery
Site
Delivery
Task
Kafka
Delivery
data
class
SiteDeliveryTaskKafkaDelivery
(
val
balancer
:
String
?
=
null
,
val
brokers
:
List
<
String
>
?
=
null
,
val
compress
:
String
?
=
null
,
val
machanismType
:
String
?
=
null
,
val
password
:
String
?
=
null
,
val
topic
:
String
?
=
null
,
val
userAuth
:
Boolean
?
=
null
,
val
userName
:
String
?
=
null
)
Members
Constructors
Site
Delivery
Task
Kafka
Delivery
Link copied to clipboard
constructor
(
balancer
:
String
?
=
null
,
brokers
:
List
<
String
>
?
=
null
,
compress
:
String
?
=
null
,
machanismType
:
String
?
=
null
,
password
:
String
?
=
null
,
topic
:
String
?
=
null
,
userAuth
:
Boolean
?
=
null
,
userName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
balancer
Link copied to clipboard
val
balancer
:
String
?
=
null
brokers
Link copied to clipboard
val
brokers
:
List
<
String
>
?
=
null
compress
Link copied to clipboard
val
compress
:
String
?
=
null
The compression method. By default, data is not compressed.
machanism
Type
Link copied to clipboard
val
machanismType
:
String
?
=
null
password
Link copied to clipboard
val
password
:
String
?
=
null
topic
Link copied to clipboard
val
topic
:
String
?
=
null
user
Auth
Link copied to clipboard
val
userAuth
:
Boolean
?
=
null
user
Name
Link copied to clipboard
val
userName
:
String
?
=
null