Endpoint Kafka Settings Args
constructor(broker: Output<String>, includeControlDetails: Output<Boolean>? = null, includeNullAndEmpty: Output<Boolean>? = null, includePartitionValue: Output<Boolean>? = null, includeTableAlterOperations: Output<Boolean>? = null, includeTransactionDetails: Output<Boolean>? = null, messageFormat: Output<String>? = null, messageMaxBytes: Output<Int>? = null, noHexPrefix: Output<Boolean>? = null, partitionIncludeSchemaTable: Output<Boolean>? = null, saslPassword: Output<String>? = null, saslUsername: Output<String>? = null, securityProtocol: Output<String>? = null, sslCaCertificateArn: Output<String>? = null, sslClientCertificateArn: Output<String>? = null, sslClientKeyArn: Output<String>? = null, sslClientKeyPassword: Output<String>? = null, topic: Output<String>? = null)